The PaletteColorPicker type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PaletteColorPicker |
Initializes a new instance of the PaletteColorPicker class.
|
Methods
| Name | Description | |
|---|---|---|
| OnSelectedColorChanged |
Raises the SelectedColorChanged event.
|
Fields
| Name | Description | |
|---|---|---|
| CollapsedViewTemplateProperty |
Identifies the CollapsedViewTemplate property.
| |
| PaletteProperty |
Identifies the Palette property.
| |
| RaiseColorChangedCommand |
A command for raising an event indicating that the selected color has changed.
This is useful for including a shortcut button in the style.
| |
| SelectedColorProperty |
Identifies the SelectedColor property.
|
Properties
| Name | Description | |
|---|---|---|
| CollapsedViewTemplate |
Gets or sets a DataTemplate used to display the selected color when
the PaletteColorPicker is collapsed. The template is bound
to the SelectedColor.
This is a dependency property.
| |
| Palette |
Gets or sets the colours displayed in the palette.
This is a dependency property.
| |
| SelectedColor |
Gets or sets the currently selected color.
This is a dependency property.
|
Events
| Name | Description | |
|---|---|---|
| SelectedColorChanged |
Occurs when the selected color changes.
|