C-DEngine 5.105

TheNMIBaseControl..::..PixelWidth Property

Sets the width of control in pixels

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

Syntax


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