The ColorPicker type exposes the following members.

Constructors

  NameDescription
ColorPicker
Initialises a new instance of the ColorPicker class.

Methods

  NameDescription
OnApplyTemplate
Called by the framework when ApplyTemplate is called.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)

Fields

  NameDescription
PaletteProperty
Identifies the Palette property.
PaletteTemplateProperty
Identifies the PaletteTemplate property.
SelectedColorProperty
Identifies the SelectedColor property.

Properties

  NameDescription
Palette
Gets or sets the Palette. This is a dependency property.
PaletteTemplate
Gets or sets the PaletteTemplate used to display the palette colors. This is a dependency property.
PaletteTemplateKey
Gets the ResourceKey for the DataTemplate of the color palette.
SelectedColor
Gets or sets the currently selected color. This is a dependency property.

See Also