Gets or sets canvas' height.

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

Syntax

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

Exceptions

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