Skip to main content

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.WinUI.Controls

Assembly: DevExpress.WinUI.RangeControl.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null)]
public Brush RangeThumbsHighlightBrush { get; set; }

#Property Value

Type Description
Brush

A Microsoft.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