RadControls for Silverlight

GetColors represent all the colors in a particular Palette including header and main palette colors.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.1050

Syntax

C#
public override IEnumerable<Color> GetColors()
Visual Basic
Public Overrides Function GetColors As IEnumerable(Of Color)

Return Value

Returns a collection of all colors: header and main.

See Also