UIDocumentBrowserUserInterfaceStyle Enum

Definition

Enumerates document browser styles.

[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 = 
Inheritance
UIDocumentBrowserUserInterfaceStyle
Attributes

Fields

Dark 2

Indicates a dark background.

Light 1

Indicates a light background.

White 0

Indicates a white background.

Applies to