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

指示白色背景。

适用于