Class ReallyWebSafePalette
ReallyWebSafePalette is a base color palette. It enables you to get the ReallyWebSafe colors.
Inherited Members
Namespace: Telerik.Windows.Controls.ColorPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class ReallyWebSafePalette : ColorPaletteBase
Remarks
The main Default palette has 18 columns.. It can be used in order to set the ItemSource of a palette.
Constructors
ReallyWebSafePalette()
Declaration
public ReallyWebSafePalette()
Properties
ColumnsCount
Represent the number of columns in the ReallyWebSafe Palette. If you want the colors in the ReallyWebSafe 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 a the ReallyWebSafe Palette.
Declaration
public override IEnumerable<Color> GetColors()
Returns
System.Collections.Generic.IEnumerable<System.Windows.Media.Color>
|