C-DEngine 5.105

nmiCtrlDrawOverlay..::..AutoAdjust Property

Autoajusts to the element

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

Syntax


public Nullable<bool> AutoAdjust { get; set; }
Public Property AutoAdjust As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> AutoAdjust {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}