Skip to main content

RangeControl.RangeThumbsHighlightColor Property

Gets or sets the color value of 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

[Deprecated("Use RangeThumbsHighlightBrush instead", DeprecationType.Deprecate, 1U)]
public Color RangeThumbsHighlightColor { get; set; }

Property Value

Type Description
Color

A Color 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 RangeThumbsHighlightColor property specifies the highlight color.

Note

This property is deprecated. Use the RangeControl.RangeThumbsHighlightBrush property instead.

See Also