orientation property
int
get
orientation
Returns the orientation in degrees (in 90-degree increments) of the viewport relative to the device's natural orientation.
Its only possible values are -90
, 0
, 90
, and 180
. Positive values
are counterclockwise; negative values are clockwise.
This property is deprecated. Use the Screen.orientation property
instead, available on the window.screen
property.
Implementation
external int get orientation;