Enum DisplayOrientation
Describes the orientation of the display.
[Flags]
[DataContract("DisplayOrientation")]
public enum DisplayOrientationFields
- Default = 0
- The default value for the orientation. 
- LandscapeLeft = 1
- Displays in landscape mode to the left. 
- LandscapeRight = 2
- Displays in landscape mode to the right. 
- Portrait = 4
- Displays in portrait mode.