Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / SliderBase Class / Delay Property

In This Topic
    Delay Property (SliderBase)
    In This Topic
    Gets or sets the time, in milliseconds, buttons (at the left of the thumb and at the right of the thumb) wait when they are pressed before they start repeating the click action.
    Syntax
    'Declaration
     
    
    Public Property Delay As Integer
    public int Delay {get; set;}
    See Also