UIApplication.StatusBarOrientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIInterfaceOrientation StatusBarOrientation { [Foundation.Export("statusBarOrientation")] get; [Foundation.Export("setStatusBarOrientation:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("statusBarOrientation")>]
[<set: Foundation.Export("setStatusBarOrientation:")>]
member this.StatusBarOrientation : UIKit.UIInterfaceOrientation with get, set
Property Value
- Attributes