New to Telerik UI for WPFStart a free 30-day trial

Enumerates all colors available in the Windows8ColorPalette.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public enum Windows8ColorType

Fields

Accent color.

C#
Accent = 0

Basic color.

C#
Basic = 1

This indicates a Color is composed or depends on a set of Windows8 color resources.

C#
BoundColor = -2

Main color.

C#
Main = 3

Marker color.

C#
Marker = 4

Indicates a non Windows8 color.

C#
NonWindows8 = -1

Strong color.

C#
Strong = 2

Validation color.

C#
Validation = 5