ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1ColorPicker Class / SelectedBrush Property

In This Topic
    SelectedBrush Property (C1ColorPicker)
    In This Topic
    Gets or sets the currently selected color as a System.Windows.Media.Brush.
    Syntax
    'Declaration
     
    
    Public Property SelectedBrush As Brush
    public Brush SelectedBrush {get; set;}
    See Also