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

プロパティ値

不透明なバーが拡張レイアウトに含まれているかどうかに関するブール値を返します。

属性

適用対象