Class
Web216Palette

Web216Palette is a base color palette. It enables you to get the Web216 colors.

Definition

Namespace:Telerik.Windows.Controls.ColorPicker

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class Web216Palette : ColorPaletteBase

Inheritance: objectColorPaletteBaseWeb216Palette

Inherited Members ColorPaletteBase.HexStringToColor(string)

Constructors

Web216Palette()

Declaration

cs-api-definition
public Web216Palette()

Properties

ColumnsCount

Represent the number of columns in the Web216Palette. If you want the colors in a Palette to be in a particular order use this property.

Declaration

cs-api-definition
public override int ColumnsCount { get; set; }

Property Value

int

The columns count.

Overrides ColorPaletteBase.ColumnsCount

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 ColorPaletteBase.ItemsFlow

Methods

GetColors()

GetColors represent all the colors in the Web216 Palette.

Declaration

cs-api-definition
public override IEnumerable<Color> GetColors()

Returns

IEnumerable<Color>

The collection of colors.

Overrides ColorPaletteBase.GetColors()