RadControls for WPF

This is the enum that represent the all kind of Palettes. It enables you to add colors to the palette simply by choosing one of its values.

Remarks

Use ColorPreset when you want to set Palette property of RadColorPaletteView or MainPalette/HeaderPalette/StandardPalette properties of RadColorSelector.

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

Syntax

C#
public enum ColorPreset
Visual Basic
Public Enumeration ColorPreset

Members

Member nameValueDescription
None0
Default1 This is the representation of Default colors. Default is used when you wand to set the source of a palette to the DefaultPalette colors. This is a base palette.
Standard2 This is the representation of Standard colors. Standard is used when you wand to set the source of a palette to the StandardPalette colors. This is a base palette.
Grayscale3 This is the representation of Grayscale colors. Grayscale is used when you wand to set the source of a palette to the GrayscalePalette colors. This is a base palette.
Web2164 This is the representation of Web216 colors. Web216 is used when you wand to set the source of a palette to the Web216Palette colors. This is a base palette.
ReallyWebSafe5 This is the representation of ReallyWebSafe colors. ReallyWebSafe is used when you wand to set the source of a palette to the ReallyWebSafePalette colors. This is a base palette.
Office6 This is the representation of Office colors. Office is used when you wand to set the source of a palette to the OfficePalette colors. This is an Office palette. It has HeaderColors collection and GeneratedColorsCollection.
Apex7 This is the representation of Apex colors. Apex is used when you wand to set the source of a palette to the ApexPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Aspect8 This is the representation of Aspect colors. Aspect is used when you wand to set the source of a palette to the AspectPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Civic9 This is the representation of Civic colors. Civic is used when you wand to set the source of a palette to the CivicPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Concourse10 This is the representation of Concourse colors. Concourse is used when you wand to set the source of a palette to the ConcoursePalette colors. This is an MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Equity11 This is the representation of Equity colors. Equity is used when you wand to set the source of a palette to the EquityPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Flow12 This is the representation of Flow colors. Flow is used when you wand to set the source of a palette to the FlowPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Foundry13 This is the representation of Foundry colors. Foundry is used when you wand to set the source of a palette to the FoundryPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Median14 This is the representation of Median colors. Foundry is used when you wand to set the source of a palette to the MedianPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Metro15 This is the representation of Metro colors. Metro is used when you wand to set the source of a palette to the MetroPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Module16 This is the representation of Module colors. Module is used when you wand to set the source of a palette to the ModulePalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Opulent17 This is the representation of Opulent colors. Opulent is used when you wand to set the source of a palette to the OpulentPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Oriel18 This is the representation of Oriel colors. Oriel is used when you wand to set the source of a palette to the OrielPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Origin19 This is the representation of Origin colors. Oriel is used when you wand to set the source of a palette to the OriginPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Paper20 This is the representation of Paper colors. Paper is used when you wand to set the source of a palette to the PaperPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Solstice21 This is the representation of Solstice colors. Solstice is used when you wand to set the source of a palette to the SolsticePalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Technique22 This is the representation of Technique colors. Technique is used when you wand to set the source of a palette to the TechniquePalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Trek23 This is the representation of Trek colors. Trek is used when you wand to set the source of a palette to the TrekPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Urban24 This is the representation of Urban colors. Trek is used when you wand to set the source of a palette to the UrbanPalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.
Verve25 This is the representation of Verve colors. Trek is used when you wand to set the source of a palette to the VervePalette colors. This is a MSOffice2007 palette. It has HeaderColors collection and GeneratedColorsCollection.

See Also