Share via


UIUserInterfaceStyle Enumeración

Definición

Enumera los temas de la interfaz de usuario de CarPlay y tvOS.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserInterfaceStyle
type UIUserInterfaceStyle = 
Herencia
UIUserInterfaceStyle
Atributos

Campos

Dark 2

Indica un tema oscuro.

Light 1

Indica un tema claro.

Unspecified 0

Indica que no se conoce el tema.

Se aplica a