title | page_title | description | position | slug |
---|---|---|---|---|
Track Configuration |
.NET MAUI RangeSlider Documentation - Track Configuration |
Learn how to use the track configuration options that Telerik UI RangeSlider for .NET MAUI control provides. |
4 |
rangeslider-track-configuration |
The track refers to that part of the range slider the range thumb runs along. It represents all the range values users can choose from.
You need to configure a Minimum
value and a Maximum
value for the RangeSlider, which define the limits of the range slider’s track.
Minimum(double)
—Defines the minimum value of the range slider.Maximum(double)
—Specifies the maximum value of the range slider.
- [Range Thumb]({% slug rangeslider-range-thumb%})
- [Track Styling]({% slug rangeslider-track-styling%})