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