Gets or sets left coordinate of associated system window.

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

Syntax

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

See Also