Enum Orientation

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
6

Enumeration for Orientation of the device.

C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public enum Orientation
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.