The control enables to select a Color.
ColorPicker

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public class ColorPicker : UserControl, 
	IComponentConnector
Visual Basic
Public Class ColorPicker
	Inherits UserControl
	Implements IComponentConnector
Visual C++
public ref class ColorPicker : public UserControl, 
	IComponentConnector
F#
type ColorPicker =  
    class
        inherit UserControl
        interface IComponentConnector
    end

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Dapfor.Wpf.Controls..::..ColorPicker

See Also