A control that display a color palette allowing the user to select a Color.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Inheritance Hierarchy

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

See Also