UIApplication.StatusBarOrientation Property

Definition

The orientation of the status bar.

[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

Property Value

Current orientation of the status bar.

Attributes

Applies to

See also

  • <xref:UIKit.UIApplication.SetStatusBarOrientation>