Gets or sets the width of the element.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

Visual Basic (Declaration)
Public Overridable Property Width As Integer
C#
public virtual int Width { get; set; }
Visual C++
public:
virtual property int Width {
	int get ();
	void set (int value);
}