An enumeration of values that specify the available orientations of the user interface.
Syntax
[ObjCRuntime.Native]
[System.Flags]
public enum UIInterfaceOrientationMask
See Also
Remarks
Members
| Member Name | Description |
|---|
| All | The UIViewController supports all interface orientations. |
| AllButUpsideDown | The UIViewController supports all orientations except upside-down portrait. |
| Landscape | The UIViewController supports both landscape-left and landscape-right orientations. |
| LandscapeLeft | The UIViewController supports landscape-left orientation. |
| LandscapeRight | The UIViewController supports landscape-right orientation. |
| Portrait | The long side is vertical. |
| PortraitUpsideDown | The UIViewController supports upside-down portrait orientation. |
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0