Gets the state of the current app view.
public:
static property ApplicationViewState Value {
ApplicationViewState get ();
}
Type: ApplicationViewState
The current state of the running app’s 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 layout the app in the changed view state.
Namespace: Windows.UI.ViewManagement
Metadata: windows.winmd