ApplicationViewOrientation
ApplicationViewOrientation
ApplicationViewOrientation
ApplicationViewOrientation
Enum
Definition
Defines the set of display orientation modes for a window (app view).
public : enum class ApplicationViewOrientationpublic enum ApplicationViewOrientationPublic Enum ApplicationViewOrientation// 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
| Landscape Landscape Landscape Landscape | The window is in landscape orientation, with the display width greater than the height. |
| Portrait Portrait Portrait Portrait | The window is in portrait orientation, with the display height greater than the width. |