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

In This Topic
    C1BrushPicker Class
    In This Topic
    The brush picker control allows end-users to build solid or gradient brushes by selecting their colors and other properties in an interactive way.
    Object Model
    C1BrushPicker Class
    Syntax
    'Declaration
     
    
    Public Class C1BrushPicker 
       Inherits C1.WPF.Core.C1View
    public class C1BrushPicker : 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.C1BrushPicker

    See Also