A control that displays a slider for each color channel allowing the user to create a custom color.

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

Syntax

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

Inheritance Hierarchy

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

See Also