Share via


UIDocumentBrowserUserInterfaceStyle Enumeración

Definición

Enumera los estilos del explorador de documentos.

[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 = 
Herencia
UIDocumentBrowserUserInterfaceStyle
Atributos

Campos

Dark 2

Indica un fondo oscuro.

Light 1

Indica un fondo claro.

White 0

Indica un fondo blanco.

Se aplica a