RangeControl.RangeThumbsHighlightBrush Property
Gets or sets the brush used to paint the selection thumbs when panning a selected range. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Brush | A Windows.UI.Xaml.Media.Brush value. |
Remarks
If the RangeControl.ShowRangeThumbs property is set to true and the RangeControl.ShowSelectionRectangle property is set to false, the selection thumbs are highlighted during a range panning operation. The RangeThumbsHighlightBrush property specifies the brush used to paint the highlighted selection thumbs.
See Also