Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 590 Bytes

applicationvieworientation.md

File metadata and controls

27 lines (18 loc) · 590 Bytes
-api-id -api-type
T:Windows.UI.ViewManagement.ApplicationViewOrientation
winrt enum

ApplicationViewOrientation

-description

Defines the set of display orientation modes for a window (app view).

-enum-fields

-field Landscape:0

The window is in landscape orientation, with the display width greater than the height.

-field Portrait:1

The window is in portrait orientation, with the display height greater than the width.

-remarks

-examples

-see-also