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