RangeControl.RangeThumbsHighlightBrush Property
In This Article
Gets or sets the brush used to paint the selection thumbs when panning a selected range. This is a dependency property.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.RangeControl.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Brush | A Microsoft. |
#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