DeviceOrientation Enum

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public enum DeviceOrientation
type DeviceOrientation = 
Inheritance
DeviceOrientation
Attributes

Fields

Landscape 1

For internal use by the Xamarin.Forms platform.

LandscapeLeft 4

For internal use by the Xamarin.Forms platform.

LandscapeRight 5

For internal use by the Xamarin.Forms platform.

Other 6

For internal use by the Xamarin.Forms platform.

Portrait 0

For internal use by the Xamarin.Forms platform.

PortraitDown 3

For internal use by the Xamarin.Forms platform.

PortraitUp 2

For internal use by the Xamarin.Forms platform.

Applies to