ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1SolidBrushEditor Class / Brush Property

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