C-DEngine 5.105

nmiCtrlHalfGauge..::..UpperLimit Property

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

Syntax


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