ViewOrientation Enumeration |
Namespace: Cauldron
public enum ViewOrientation
Member name | Value | Description | |
---|---|---|---|
Landscape | 0 | The window is in landscape orientation, with the display width greater than the height. | |
Portrait | 1 | The window is in portrait orientation, with the display height greater than the width. |