RadControls for Silverlight

SolsticePalette is an Office2007 color palette. It enables you to get the header Solstice colors, the generated Solstice colors as well as all the colors.

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

Syntax

C#
public class SolsticePalette : OfficeColorPalette
Visual Basic
Public Class SolsticePalette _
	Inherits OfficeColorPalette

Remarks

The main Solstice palette has 10 columns and 6 rows. It can be used in order to set the ItemSource of a palette.

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Controls..::..ColorPaletteBase
    Telerik.Windows.Controls..::..OfficeColorPalette
      Telerik.Windows.Controls.ColorPicker..::..SolsticePalette

See Also