Gets or sets the color palette. This is a dependency property.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also