UIApplication.StatusBarFrame Property

Definition

The Frame of the status bar.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGRect StatusBarFrame { [Foundation.Export("statusBarFrame")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.StatusBarFrame : CoreGraphics.CGRect

Property Value

Will be P:System.Drawing.RectangleF.Zero if the status bar is hidden.

Attributes

Applies to