DXRangeSlider.StartThumbAppearance Property
In This Article
Gets or sets the start thumb appearance. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public DXSliderThumbAppearance StartThumbAppearance { get; set; }
#Property Value
Type | Description |
---|---|
DXSlider |
The start thumb appearance. |
See Also