共用方式為


UIInterfaceOrientationMask 列舉

定義

值的列舉,指定使用者介面的可用方向。

此列舉支援其成員值的位元組合。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UIInterfaceOrientationMask
type UIInterfaceOrientationMask = 
繼承
UIInterfaceOrientationMask
屬性

欄位

All 30

UIViewController 支援所有介面方向。

AllButUpsideDown 26

UIViewController 支援直向直向以外的所有方向。

Landscape 24

UIViewController 支援橫向向左和右橫向。

LandscapeLeft 16

UIViewController 支援橫向向左方向。

LandscapeRight 8

UIViewController 支援橫向向右方向。

Portrait 2

長邊是垂直的。

PortraitUpsideDown 4

UIViewController 支援上下向直向。

備註

UIViewController可能支援多個 UIInterfaceOrientation 。 這個值會從 GetSupportedInterfaceOrientations()SupportedInterfaceOrientationsForWindow(UIWindow) 傳回,指定應用程式支援的方向。

適用於

另請參閱