Gets or sets top coordinate of associated system window.

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

Syntax

Visual Basic (Declaration)
Public Property Top As Integer
C#
public int Top { get; set; }
Visual C++
public:
property int Top {
	int get ();
	void set (int value);
}
JavaScript
function get_top();
function set_top(value);

See Also