ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1RangeSelector Class / SelectedAreaBrush Property



In This Topic
    SelectedAreaBrush Property (C1RangeSelector)
    In This Topic
    Gets or sets the brush of selected area.
    Syntax
    'Declaration
     
    
    Public Property SelectedAreaBrush As Brush
    'Usage
     
    
    Dim instance As C1RangeSelector
    Dim value As Brush
     
    instance.SelectedAreaBrush = value
     
    value = instance.SelectedAreaBrush
    public Brush SelectedAreaBrush {get; set;}
    public:
    property Brush^ SelectedAreaBrush {
       Brush^ get();
       void set (    Brush^ value);
    }
    See Also