Enum Orientation
Definition
- Assembly:
- Tizen.WebView.dll
Enumeration for Orientation of the device.
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
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. |