DisplayRotation
Namespace: Wisej.Hybrid.Shared.Display
Assembly: Wisej.Hybrid
Represents the rotation a device display can have.
- C#
- VB.NET
public enum DisplayRotation : Enum
Public Enum DisplayRotation As [Enum]
Fields
| Name | Description |
|---|---|
| Rotation0 | The device display is rotated 0 degrees. |
| Rotation180 | The device display is rotated 180 degrees. |
| Rotation270 | The device display is rotated 270 degrees. |
| Rotation90 | The device display is rotated 90 degrees. |
| Unknown | Unknown display rotation. |
Used By
| Name | Description |
|---|---|
| DisplayInfo.Rotation | The device's rotation. |
| DisplayInfo.Rotation | Gets the orientation of the device's display. |