Gets the height value.

Namespace: MonoSoftware.Core.Drawing
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public int Height { get; set; }
Visual Basic
Public Property Height As Integer
	Get
	Set
Visual C++
public:
property int Height {
	int get ();
	void set (int value);
}
F#
member Height : int with get, set

Property Value

Type: Int32

See Also