Gets or sets the step size (increase/decrease amount) used by the sliders. Used when the user clicks in the range areas (not the thumbs). Not used when interactively dragging the thumbs.
Syntax
public double Step {get; set;}
'Declaration
Public Property Step As Double
'Usage
Dim instance As RangeSlider
Dim value As Double
instance.Step = value
value = instance.Step
Property Value
A number representing the step size.
Requirements
See Also