Orientation
Namespace: Wisej.Hybrid.Shared.Screen
Assembly: Wisej.Hybrid
Indicates the physical orientation of the device.
- C#
- VB.NET
public enum Orientation : Enum
Public Enum Orientation As [Enum]
Fields
| Name | Description |
|---|---|
| FaceDown | The device is held parallel to the ground with the screen facing downwards. |
| FaceUp | The device is held parallel to the ground with the screen facing upwards. |
| LandscapeLeft | The device is in landscape mode, with the device held upright and the home button on the right side. |
| LandscapeRight | The device is in landscape mode, with the device held upright and the home button on the left side. |
| Portrait | The device is in portrait mode, with the device held upright and the home button at the bottom. |
| PortraitUpSideDown | The device is in portrait mode but upside down, with the device held upright and the home button at the top. |
| Unknown | The orientation of the device cannot be determined. |