Gets or sets the height of the element.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also