ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1ColorPicker Class
Members

In This Topic
    C1ColorPicker Class
    In This Topic
    The C1ColorPicker control allows end-users to pick a color from a color palette or use the color editor to build advanced colors using the RGB or HSL color models. The C1ColorPicker control keeps a list of the recently used colors.
    Object Model
    C1ColorPicker Class
    Syntax
    'Declaration
     
    
    Public Class C1ColorPicker 
       Inherits C1.WPF.Core.C1View
    public class C1ColorPicker : C1.WPF.Core.C1View 
    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
                         C1.WPF.Core.C1View
                            C1.WPF.ColorPicker.C1ColorPicker

    See Also