UIViewController.ExtendedLayoutIncludesOpaqueBars Property

Definition

Whether the extended layout includes opaque bars.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ExtendedLayoutIncludesOpaqueBars { [Foundation.Export("extendedLayoutIncludesOpaqueBars")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setExtendedLayoutIncludesOpaqueBars:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ExtendedLayoutIncludesOpaqueBars : bool with get, set

Property Value

Returns a Boolean regarding whether or not opaque bars are being included in the extended layout.

Attributes

Applies to