Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.2 KB

applicationview_value.md

File metadata and controls

28 lines (19 loc) · 1.2 KB
-api-id -api-type
P:Windows.UI.ViewManagement.ApplicationView.Value
winrt property

Windows.UI.ViewManagement.ApplicationView.Value

-description

Note

ApplicationView static methods may be altered or unavailable for releases after Windows 8.1. Instead, use ApplicationView.GetForCurrentView to get an ApplicationView object.

Gets the state of the current window (app view).

-property-value

The state of the current window (app view). This state indicates the orientation (landscape or portrait) and whether or not the app is snapped.

-remarks

To respond to a view state change, an app queries this property from inside the app window resize event handler to determine how to lay out the app in the changed view state.

This is a static member of the ApplicationView class. For JavaScript this means that it is a method of the ApplicationView class, not of the window object that getForCurrentView creates.

-examples

-see-also