Class Web216Palette
Web216Palette is a base color palette. It enables you to get the Web216 colors.
Inherited Members
Namespace: Telerik.Windows.Controls.ColorPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class Web216Palette : ColorPaletteBase
Remarks
The main Web216 palette has 16 columns.. It can be used in order to set the ItemSource of a palette.
Constructors
Web216Palette()
Declaration
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
public override int ColumnsCount { get; set; }
Property Value
System.Int32
The columns count. |
Overrides
ItemsFlow
Gets or sets the items flow direction in a Palette..
Declaration
public override Orientation ItemsFlow { get; set; }
Property Value
System.Windows.Controls.Orientation
The items flow. |
Overrides
Methods
GetColors()
GetColors represent all the colors in the Web216 Palette.
Declaration
public override IEnumerable<Color> GetColors()
Returns
System.Collections.Generic.IEnumerable<System.Windows.Media.Color>
The collection of colors. |