-api-id | -api-type |
---|---|
P:Windows.UI.ViewManagement.ApplicationView.Value |
winrt property |
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).
The state of the current window (app view). This state indicates the orientation (landscape or portrait) and whether or not the app is snapped.
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.