Gets or sets canvas' width.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

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

Exceptions

ExceptionCondition
System.ArgumentException The specified value is less than 1.