ApplicationView.VisibleBounds Property
Definition
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 the visible region of the window (app view). The visible region is the region not occluded by chrome such as the status bar and app bar.
public:
property Rect VisibleBounds { Rect get(); };
Rect VisibleBounds();
public Rect VisibleBounds { get; }
var rect = applicationView.visibleBounds;
Public ReadOnly Property VisibleBounds As Rect
Property Value
The visible region of the window (app view).
Remarks
Parts of a window (app view) can be covered up (occluded) by chrome, such as the status bar and the app bar. The non-occluded region is referred to as the visible bounds. Note that, when shown, the status bar and app bar occlude the window even if their opacity is not 100%.