C-DEngine 5.105

TheNMIBaseControl..::..PixelHeight Property

Sets the height of control in pixels

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

Syntax


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