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

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