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.
Represents the rotation a device display can have.
public enum class DisplayRotation
public enum DisplayRotation
type DisplayRotation =
Public Enum DisplayRotation
- Inheritance
-
DisplayRotation
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown display rotation. |
Rotation0 | 1 | The device display is rotated 0 degrees. |
Rotation90 | 2 | The device display is rotated 90 degrees. |
Rotation180 | 3 | The device display is rotated 180 degrees. |
Rotation270 | 4 | The device display is rotated 270 degrees. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.