Specifies the set of app view state changes that can be handled.
Syntax
var value = Windows.UI.ViewManagement.ApplicationViewState.fullScreenLandscape;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The ApplicationViewState enumeration has these members.
| Member | Value | Description |
|---|---|---|
| FullScreenLandscape | fullScreenLandscape | 0 |
The current app's view is in full-screen (has no snapped app adjacent to it), and has changed to landscape orientation. |
| Filled | filled | 1 |
The current app's view has been reduced to a partial screen view as the result of another app snapping. |
| Snapped | snapped | 2 |
The current app's view has been snapped. |
| FullScreenPortrait | fullScreenPortrait | 3 |
The current app's view is in full-screen (has no snapped app adjacent to it), and has changed to portrait orientation. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013