Gets or sets the colours displayed in the palette.
This is a dependency property.
Namespace: Mindscape.SilverlightElementsAssembly: 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 field | PaletteProperty |
| Metadata properties set to true | None |