UIApplication.StatusBarFrame 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.
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