RadControls for WPF

Enumerates all colors available in the MetroColorPalette.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2012.3.1129.40

Syntax

C#
public enum MetroColorType
Visual Basic
Public Enumeration MetroColorType

Members

Member nameValueDescription
NonMetro-1 Indicates a non Metro color.
BoundColor-2 This indicates a Color is composed or depends on a set of Metro color resources.
Accent0 Accent color.
Basic1 Basic color.
Strong2 Strong color.
Main3 Main color.
Marker4 Marker color.
Validation5 Validation color.

See Also