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

In This Topic
    C1AdvancedColorPickerPart Class
    In This Topic
    Control that allows the user to create a personalized color by changing the different components of the HSL or RGB representation of the color.
    Object Model
    C1AdvancedColorPickerPart Class
    Syntax
    'Declaration
     
    
    Public Class C1AdvancedColorPickerPart 
       Inherits C1.WPF.Core.C1View
    public class C1AdvancedColorPickerPart : 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.C1AdvancedColorPickerPart

    See Also