Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Slider Class / Interval Property

In This Topic
    Interval Property (C1Slider)
    In This Topic
    Gets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts (for buttons at the left of the thumb and at the right of the thumb).
    Syntax
    'Declaration
     
    
    Public Property Interval As Integer
    public int Interval {get; set;}
    See Also