RadControls for WPF

PaperPalette is an Office2007 color palette. It enables you to get the header Paper colors, the generated Paper 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 PaperPalette : OfficeColorPalette
Visual Basic
Public Class PaperPalette _
	Inherits OfficeColorPalette

Remarks

The main Paper 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..::..PaperPalette

See Also