Dsl (Digital Simulation Library) for .Net
座標軸の最小座標値(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);
}

Property Value

タイプ: Single

参照