minimumValue
The minimum value of the slider.
Declaration
var minimumValue: Float { get set }Discussion
Use this property to set the value that the leading end of the slider represents. If you change the value of this property, and the current value of the slider is below the new minimum, the slider adjusts the value property to match the new minimum. If you set the minimum value to a value larger than the maximum, the slider updates the maximum value to equal the minimum.
The default value of this property is 0.0.