Share via


Window.Bounds Property

Definition

Gets a Rect value containing the height and width of the application window in units of effective (view) pixels.

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 height and width of the application window.

Applies to

See also