title | page_title | description | position | slug |
---|---|---|---|---|
Range Track |
.NET MAUI Slider Documentation - Range Track |
Learn how to configure the range track of the Telerik UI Slider for .NET MAUI. |
6 |
slider-range-track |
The range track refers to that part of the backtrack between the Slider's OriginValue
and the currently set Value
.
By default, the range track starts at the backtrack minimum and runs along to the value thumb's position. You can define a different initial position of the range track through the Slider's OriginValue
property:
OriginValue
(double
)—Specifies the value across the backtrack where the range track starts.
Check a quick example on how to define the OriginValue
property, so that the range track starts at the center of the backtrack:
- [Visual Structure]({% slug slider-visual-structure%})
- [Backtrack]({% slug slider-backtrack%})
- [Thumb Styling]({% slug slider-thumb-styling%})
- [Track Styling]({% slug slider-track-styling %})