UIDocumentBrowserUserInterfaceStyle 列挙型

定義

ドキュメント ブラウザーのスタイルを列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDocumentBrowserUserInterfaceStyle
type UIDocumentBrowserUserInterfaceStyle = 
継承
UIDocumentBrowserUserInterfaceStyle
属性

フィールド

Dark 2

暗い背景を示します。

Light 1

明るい背景を示します。

White 0

白い背景を示します。

適用対象