Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Window.Bounds Property

Definition

Namespace:
Windows.UI.Xaml

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a Rect value that contains the origin, height, and width of the client area of the window, in device-independent pixels (DIPs).

public:
 property Rect Bounds { Rect get(); };
Rect Bounds();
public Rect Bounds { get; }
var rect = window.bounds;
Public ReadOnly Property Bounds As Rect

Property Value

A value that reports the origin, height, and width of the client area of the application window.

Remarks

The origin of the Rect is relative to the system window that includes both the client and non-client areas.

Applies to

See also


Feedback

Was this page helpful?