RangeControl.RangeThumbsColor Property
In This Article
Gets or sets the color value of 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
[Deprecated("Use RangeThumbsBrush instead", DeprecationType.Deprecate, 1U)]
public Color RangeThumbsColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | A Color value. |
#Remarks
Note
This property is deprecated. Use the Range
See Also