DisplayRotation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Display rotation.
public enum DisplayRotation
- Inheritance
-
System.EnumDisplayRotation
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown display rotation. |
Rotation0 | 1 | Rotated 0 degrees. |
Rotation90 | 2 | Rotated 90 degrees. |
Rotation180 | 3 | Rotated 180 degrees. |
Rotation270 | 4 | Rotated 270 degrees. |