Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Tooltip Class / ShowDelay Property

In This Topic
    ShowDelay Property
    In This Topic
    Gets or sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element.
    Syntax
    'Declaration
     
    
    Public Property ShowDelay As Integer
    public int ShowDelay {get; set;}
    See Also