Xceed Toolkit Plus for WPF v4.6 Documentation
Step Property (RangeSlider)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > RangeSlider Class : Step Property
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
'Declaration
 
Public Property Step As Double
'Usage
 
Dim instance As RangeSlider
Dim value As Double
 
instance.Step = value
 
value = instance.Step
public double Step {get; set;}

Property Value

A number representing the step size.
Requirements

See Also

Reference

RangeSlider Class
RangeSlider Members