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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.