Gets or sets height of associated system window.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

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);
}
JavaScript
function get_height();
function set_height(value);

See Also