UIInterfaceOrientationMask 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザー インターフェイスの使用可能な向きを指定する値の列挙。
この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。
[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がサポートされている場合があります。 および SupportedInterfaceOrientationsForWindow(UIWindow)からGetSupportedInterfaceOrientations()返されるこの値は、アプリケーションでサポートされる方向を指定します。
適用対象
こちらもご覧ください
- UIInterfaceOrientation
- GetSupportedInterfaceOrientations()
- <xref:UIKit.UIApplication.SupportedInterfaceOrientationsForWindow>