Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1RangeSlider Class / SmallValueChange Property

In This Topic
    SmallValueChange Property (C1RangeSlider)
    In This Topic
    Gets or sets a value to be added to or subtracted from the thumb's value using a keyboard./>.
    Syntax
    'Declaration
     
    
    Public Property SmallValueChange As Double
    public double SmallValueChange {get; set;}
    See Also