Class that defines named groups of colors.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public sealed class ColorPalette : IEnumerable<ColorPaletteEntry>, 
	IEnumerable
Visual Basic
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class ColorPalette _
	Implements IEnumerable(Of ColorPaletteEntry), IEnumerable

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Extended..::..ColorPalette

See Also