Partager via


UIUserInterfaceStyle Énumération

Définition

Énumère les thèmes d’interface utilisateur CarPlay et 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 = 
Héritage
UIUserInterfaceStyle
Attributs

Champs

Dark 2

Indique un thème sombre.

Light 1

Indique un thème clair.

Unspecified 0

Indique que le thème n’est pas connu.

S’applique à