ApplicationViewState
ApplicationViewState
ApplicationViewState
ApplicationViewState
Enum
Definition
Specifies the set of app view state changes that can be handled.
Important
ApplicationViewState may be altered or unavailable for releases after Windows 8.1. Instead, query for window layout sizes directly.
public : enum class ApplicationViewStatepublic enum ApplicationViewStatePublic Enum ApplicationViewState// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Filled Filled Filled Filled | The current app's view has been reduced to a partial screen view as the result of another app snapping. |
| FullScreenLandscape FullScreenLandscape FullScreenLandscape FullScreenLandscape | The current app's view is in full-screen (has no snapped app adjacent to it), and has changed to landscape orientation. |
| FullScreenPortrait FullScreenPortrait FullScreenPortrait FullScreenPortrait | The current app's view is in full-screen (has no snapped app adjacent to it), and has changed to portrait orientation. |
| Snapped Snapped Snapped Snapped | The current app's view has been snapped. |