Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslDialog (in DslDialog.dll)
座標軸の最小座標値(X-軸なら左端の値。Y-軸なら下端の値)
名前空間: DslDialogアッセンブリー: DslDialog (in DslDialog.dll)
構文
C# |
---|
public float Min { get; set; } |
Visual Basic |
---|
Public Property Min As Single Get Set |
Visual C++ |
---|
public: property float Min { float get (); void set (float value); } |