C-DEngine 5.105

nmiCtrlPicture..::..FullHeight Property

Set the height of image for zoom level 3 (naturalheight)

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

Syntax


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