UIColorType UIColorType UIColorType UIColorType Enum

Definition

Defines constants that specify known system color values.

public : enum class UIColorTypepublic enum UIColorTypePublic Enum UIColorType// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Accent Accent Accent Accent

The accent color.

AccentDark1 AccentDark1 AccentDark1 AccentDark1

The dark accent color.

AccentDark2 AccentDark2 AccentDark2 AccentDark2

The darker accent color.

AccentDark3 AccentDark3 AccentDark3 AccentDark3

The darkest accent color.

AccentLight1 AccentLight1 AccentLight1 AccentLight1

The light accent color.

AccentLight2 AccentLight2 AccentLight2 AccentLight2

The lighter accent color.

AccentLight3 AccentLight3 AccentLight3 AccentLight3

The lightest accent color.

Background Background Background Background

The background color.

Complement Complement Complement Complement

Not supported. Do not use.

Foreground Foreground Foreground Foreground

The foreground color.

Remarks

See UISettings.GetColorValue.