Share via


UIApplication.StatusBarHidden Property

Definition

Whether the status bar is visible.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool StatusBarHidden { [Foundation.Export("isStatusBarHidden")] get; [Foundation.Export("setStatusBarHidden:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isStatusBarHidden")>]
[<set: Foundation.Export("setStatusBarHidden:")>]
member this.StatusBarHidden : bool with get, set

Property Value

Boolean that determines whether the status bar is hidden.

Attributes

Applies to