Gets or sets the colours displayed in the palette. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ReadOnlyCollection<ColorPickerItem> Palette { get; set; }
Visual Basic
Public Property Palette As ReadOnlyCollection(Of ColorPickerItem)
	Get
	Set
Visual C++
public:
property ReadOnlyCollection<ColorPickerItem^>^ Palette {
	ReadOnlyCollection<ColorPickerItem^>^ get ();
	void set (ReadOnlyCollection<ColorPickerItem^>^ value);
}

Remarks

Dependency Property Information
Identifier fieldPaletteProperty
Metadata properties set to trueNone

See Also