Class RangeNavigatorSelector
Override the ResizableScrollBar for Range navigator thumb selector
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class RangeNavigatorSelector : ResizableScrollBar
Constructors
RangeNavigatorSelector()
Declaration
public RangeNavigatorSelector()
Fields
OverlayBrushProperty
The DependencyProperty for OverlayBrush property.
Declaration
public static readonly DependencyProperty OverlayBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
OverlayBrush
Gets or sets the overlay brush color
Declaration
public Brush OverlayBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |