Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / RangeSlider Class / Step Property


In This Topic
    Step Property (RangeSlider)
    In This Topic
    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