Initializes a new instance of the ColorPickerItem class.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ColorPickerItem(
	Color color
)
Visual Basic
Public Sub New ( _
	color As Color _
)
Visual C++
public:
ColorPickerItem(
	Color color
)

Parameters

color
Type: System.Windows.Media..::..Color
The color selection represented by this ColorPickerItem.

See Also