Gets or sets the height of the element.

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

Syntax

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