Enum Orientation
Definition
- Assembly:
- Tizen.WebView.dll
Enumeration for Orientation of the device.
public enum Orientation
Fields
| Name | Description |
|---|---|
| LeftAtTop | -90 degrees when it's left side is at the top. |
| Natural | 0 degrees when the device is oriented to natural position. |
| RightAtTop | 90 degrees when it's right side is at the top. |
| UpsideDown | 180 degrees when it is upside down. |