UIViewController.ExtendedLayoutIncludesOpaqueBars 属性

定义

扩展布局是否包括不透明的条形图。

[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

属性值

返回有关扩展布局中是否包含不透明条的布尔值。

属性

适用于