A control where users can select a color from a fixed palette.

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

Syntax

C#
public class PaletteColorPicker : ColorPickerBase
Visual Basic
Public Class PaletteColorPicker _
	Inherits ColorPickerBase
Visual C++
public ref class PaletteColorPicker : public ColorPickerBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Mindscape.SilverlightElements..::..ColorPickerBase
            Mindscape.SilverlightElements..::..PaletteColorPicker

See Also