ComponentOne Input Library for WPF
Input Library Overview / Range Slider / Work with RangeSlider / Minimum and Maximum
In This Topic
    Minimum and Maximum
    In This Topic

    The Minimum and Maximum properties set the possible range of values allowable in the C1RangeSlider control. The thumb with the smaller number, the LowerValue thumb will not be able to bet set to a value lower than the Minimum and the UpperValue thumb will not be able to bet set to a value lower than the Maximum.

    By default, the Minimum property is set to 0 and the Maximum property is set to 100.