DisplayOrientation
Namespace: Wisej.Hybrid.Shared.Display
Assembly: Wisej.Hybrid
Represents the orientation a device display can have.
- C#
- VB.NET
public enum DisplayOrientation : Enum
Public Enum DisplayOrientation As [Enum]
Fields
| Name | Description |
|---|---|
| Landscape | Device display is in landscape orientation. |
| Portrait | Device display is in portrait orientation. |
| Unknown | Unknown display orientation. |
Used By
| Name | Description |
|---|---|
| DisplayInfo.Orientation | The device display's orientation. |
| DisplayInfo.Orientation | Gets the orientation of the device's display. |