C-DEngine 5.105

nmiCtrlPicture..::..EnableZoom Property

Enables four zoom stages of the image. 4th is the biggest

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

Syntax


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