Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 919 Bytes

track-configuration.md

File metadata and controls

25 lines (17 loc) · 919 Bytes
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

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.

Minimum and Maximum

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.

See Also

  • [Range Thumb]({% slug rangeslider-range-thumb%})
  • [Track Styling]({% slug rangeslider-track-styling%})