ValueRangeAttribute..::..Min Property

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public float Min { get; set; }
Public Property Min As Single
	Get
	Set
public:
property float^ Min {
	float^ get ();
	void set (float^ value);
}