C-DEngine 5.105

nmiCtrlHalfGauge..::..LowerLimit Property

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int LowerLimit { get; set; }
Public Property LowerLimit As Integer
	Get
	Set
public:
property int^ LowerLimit {
	int^ get ();
	void set (int^ value);
}