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.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Brush RangeThumbsBrush { get; set; }

Property Value

Type Description
Brush

A Windows.UI.Xaml.Media.Brush value.

See Also