Enum ScreenOrientation
Represents possible screen orientations.
public enum ScreenOrientation
Fields
Landscape = 1
Represents Landscape mode, where the screen is horizontal.
Portrait = 0
Represents a portrait mode, where the screen is vertical.