MindFusion.Wpf Pack Programmer's Guide
ColorPicker Members
Constructors Fields Properties Methods Events
 


Represents a control that can enable users to select colors from a drop-down palette or through a specialized editor.

The following tables list the members exposed by the ColorPicker type.

 Public Constructors

  Name Description

ColorPicker

Initializes a new instance of the ColorPicker class.

 Public Fields

  Name Description

ButtonBackgroundProperty

Identifies the ButtonBackground dependency property.

ButtonBorderBrushProperty

Identifies the ButtonBorderBrush dependency property.

ButtonBorderThicknessProperty

Identifies the ButtonBorderThickness dependency property.

ButtonOverBackgroundProperty

Identifies the ButtonOverBackground dependency property.

ButtonPressedBackgroundProperty

Identifies the ButtonPressedBackground dependency property.

SelectedColorProperty

Identifies the SelectedColor dependency property.

 Public Properties

  Name Description

ButtonBackground

Gets or sets the background of the increment/decrement buttons. This is a dependency property.

ButtonBorderBrush

Gets or sets the border brush of the increment/decrement buttons. This is a dependency property.

ButtonBorderThickness

Gets or sets the border thickness of the increment/decrement buttons. This is a dependency property.

ButtonOverBackground

Gets or sets the background of the increment/decrement buttons when they are pointed with the mouse. This is a dependency property.

ButtonPressedBackground

Gets or sets the background of the increment/decrement buttons when they are pressed. This is a dependency property.

SelectedColor

Gets or sets the color selected in the picker. This is a dependency property.

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 Protected Methods

  Name Description

OnDropDownClosed

Raises the DropDownClosed event.

OnDropDownOpened

Raises the DropDownOpened event.

OnKeyDown

UIElement.OnKeyDown override.

 Public Events

  Name Description

DropDownClosed

Raised when the drop down editor is closed.

DropDownOpened

Raised when the drop down editor is opened.

 See Also

ColorPicker Class
MindFusion.UI.Wpf Namespace