DXRangeSlider.StartThumbAppearance Property
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
public DXSliderThumbAppearance StartThumbAppearance { get; set; }
Property Value
Type | Description |
---|---|
DXSliderThumbAppearance | The start thumb appearance. |
See Also