Specifies the property that gets the bounding rectangle of the window.
public:
property Rect Bounds {
Rect get ();
}
Type: Rect
The bounding rectangle of the window, in device-independent pixels (DIPs).
To convert from device-independent pixels (DIPs) to physical pixels (and back), use the following equations (where DPI is the dots per inch value for the screen):
Namespace: Windows.UI.Core
Metadata: windows.winmd