The ColorPickerItem type exposes the following members.

Constructors

  NameDescription
Public methodColorPickerItem()()()()
Initializes a new instance of the ColorPickerItem class.
Public methodColorPickerItem(Color)
Initializes a new instance of the ColorPickerItem class.
Public methodColorPickerItem(Color, String)
Initializes a new instance of the ColorPickerItem class.

Methods

  NameDescription
Public methodCheckAccess (Inherited from DependencyObject.)
Public methodClearValue
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAnimationBaseValue (Inherited from DependencyObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public methodSetValue
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberColorProperty
Identifies the Color property.
Public fieldStatic memberIsSelectedProperty
Identifies the IsSelected property.
Public fieldStatic memberNameProperty
Identifies the Name property.

Properties

  NameDescription
Public propertyColor
Gets or sets the color selection represented by this ColorPickerItem. This is a dependency property.
Public propertyDispatcher (Inherited from DependencyObject.)
Public propertyIsSelected
Gets or sets whether the item is selected. This is a dependency property.
Public propertyName
Gets or sets the name of the color. This is a dependency property.
Public propertySelectCommand
Gets a command which selects this ColorPickerItem.

See Also