Condividi tramite


ScreenOrientation Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Webkit.WebChromeClient.OnShowCustomView member.

public enum ScreenOrientation
type ScreenOrientation = 
Inheritance
ScreenOrientation

Fields

Name Value Description
Unspecified -1
Landscape 0
Portrait 1
User 2
Behind 3
Sensor 4
Nosensor 5
SensorLandscape 6
SensorPortrait 7
ReverseLandscape 8
ReversePortrait 9
FullSensor 10
UserLandscape 11
UserPortrait 12
FullUser 13
Locked 14

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to