Minimum Property (C1RangeSlider)
In This Topic
The lowest value in the range of permitted values. This value must be less than or equal to the value of the
Maximum parameter.
Syntax
'Declaration
Public Property Minimum As Double
public double Minimum {get; set;}
See Also