Skip to main content

RangeControl.RangeThumbsBrush Property

Gets or sets the brush used to paint the selection thumbs. 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 RangeThumbsBrush { get; set; }

#Property Value

Type Description
Brush

A Microsoft.UI.Xaml.Media.Brush value.

See Also