Compartilhar via


UIUserInterfaceStyle Enumeração

Definição

Enumera os temas carPlay e tvOS da interface do usuário.

[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 = 
Herança
UIUserInterfaceStyle
Atributos

Campos

Dark 2

Indica um tema escuro.

Light 1

Indica um tema claro.

Unspecified 0

Indica que o tema não é conhecido.

Aplica-se a