ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush SelectedAreaBrush {get; set;}
    See Also