Gets or sets parent-related bounds of associated system window.

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

Syntax

Visual Basic (Declaration)
Public Property BoundsRectangle As Rectangle
C#
public Rectangle BoundsRectangle { get; set; }
Visual C++
public:
property Rectangle BoundsRectangle {
	Rectangle get ();
	void set (Rectangle value);
}
JavaScript
function get_boundsRectangle();
function set_boundsRectangle(value);

See Also