Share via


UIUserInterfaceStyle Enum

Definition

Enumerates CarPlay and tvOS UI themes.

[ObjCRuntime.Native]
public enum UIUserInterfaceStyle
[<ObjCRuntime.Native>]
type UIUserInterfaceStyle = 
Inheritance
UIUserInterfaceStyle
Attributes

Fields

Name Value Description
Unspecified 0

Indicates that the theme is not known.

Light 1

Indicates a light theme.

Dark 2

Indicates a dark theme.

Applies to