RadControls for WPF

OrielPalette is an Office2007 color palette. It enables you to get the header Oriel colors, the generated Oriel 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.40

Syntax

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

Remarks

The main Oriel 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..::..OrielPalette

See Also