Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended 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 System.Windows.Controls.Control
    public class C1ColorPicker : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.Extended.C1ColorPicker
                      C1.Silverlight.Extended.PropertyGrid.BrushEditor
                      C1.Silverlight.Extended.PropertyGrid.ColorEditor

    See Also