RadControls for WPF

GrayscalePalette is a base color palette. It enables you to get the Grayscale 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 GrayscalePalette : ColorPaletteBase
Visual Basic
Public Class GrayscalePalette _
	Inherits ColorPaletteBase

Remarks

The main Grayscale palette has 9 columns.. It can be used in order to set the ItemSource of a palette.

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Controls..::..ColorPaletteBase
    Telerik.Windows.Controls.ColorPicker..::..GrayscalePalette

See Also