ReallyWebSafePalette
Class
ReallyWebSafePalette is a base color palette. It enables you to get the ReallyWebSafe colors.
Definition
Namespace:Telerik.Windows.Controls.ColorPicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class ReallyWebSafePalette : ColorPaletteBase
Inheritance: objectColorPaletteBaseReallyWebSafePalette
Inherited Members
Constructors
C#
public ReallyWebSafePalette()
Properties
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.
C#
public override int ColumnsCount { get; set; }
The columns count.
Overrides:
ItemsFlow
Orientation
Gets or sets the items flow direction in a Palette..
C#
public override Orientation ItemsFlow { get; set; }
The items flow.
Overrides:
Methods
GetColors()
IEnumerable<Color>
GetColors represent all the colors in a the ReallyWebSafe Palette.