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

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