ClassGrayscalePalette
Class
GrayscalePalette is a base color palette. It enables you to get the Grayscale colors.
Definition
Namespace:Telerik.Windows.Controls.ColorPicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class GrayscalePalette : ColorPaletteBase
Inheritance: objectColorPaletteBaseGrayscalePalette
Inherited Members
Constructors
GrayscalePalette()
Declaration
cs-api-definition
public GrayscalePalette()
Properties
ColumnsCount
Represent the number of columns in the Grayscale Palette. If you want the colors in the Grayscale Palette to be in a particular order use this property.
Declaration
cs-api-definition
public override int ColumnsCount { get; set; }
Property Value
The columns count.
Overrides
ItemsFlow
Gets or sets the items flow direction in a Palette..
Declaration
cs-api-definition
public override Orientation ItemsFlow { get; set; }
Property Value
Orientation
The items flow.
Overrides
Methods
GetColors()
GetColors represent all the colors in a the Grayscale Palette.
Declaration
cs-api-definition
public override IEnumerable<Color> GetColors()
Returns
IEnumerable<Color>
The collection of colors..
Overrides