The PaletteColorPicker type exposes the following members.

Constructors

  NameDescription
PaletteColorPicker
Initializes a new instance of the PaletteColorPicker class.

Methods

  NameDescription
OnSelectedColorChanged
Raises the SelectedColorChanged event.

Fields

  NameDescription
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

  NameDescription
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

  NameDescription
SelectedColorChanged
Occurs when the selected color changes.

See Also