DeviceOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For internal use by the Xamarin.Forms platform.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public enum DeviceOrientation
type DeviceOrientation =
- Inheritance
-
System.EnumDeviceOrientation
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
Fields
Name | Value | Description |
---|---|---|
Portrait | 0 | For internal use by the Xamarin.Forms platform. |
Landscape | 1 | For internal use by the Xamarin.Forms platform. |
PortraitUp | 2 | For internal use by the Xamarin.Forms platform. |
PortraitDown | 3 | 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. |