C-DEngine 5.105

nmiCtrlPicture..::..Height Property

Sets the height of the image in pixels for zoom level 0

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

Syntax


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