Enum ControlAppearance
Types of the available color accents of the controls.
public enum ControlAppearance
Fields
Caution = 7Orange color theme.
Danger = 5Red color theme.
Dark = 3Dark color theme.
Info = 2Blue color theme.
Light = 4Light color theme.
Primary = 0Control color according to the current theme accent.
Secondary = 1Control color according to the current theme element.
Success = 6Green color theme.
Transparent = 8Transparent color theme.