UIApplication.StatusBarOrientation 속성

정의

상태 표시줄의 방향입니다.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual UIKit.UIInterfaceOrientation StatusBarOrientation { [Foundation.Export("statusBarOrientation")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)] get; [Foundation.Export("setStatusBarOrientation:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)] set; }
member this.StatusBarOrientation : UIKit.UIInterfaceOrientation with get, set

속성 값

상태 표시줄의 현재 방향입니다.

특성

적용 대상

추가 정보

  • <xref:UIKit.UIApplication.SetStatusBarOrientation>