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

In This Topic
    Gap Property (C1Tooltip)
    In This Topic
    Gets or sets the distance between the tooltip and the target element.
    Syntax
    'Declaration
     
    
    Public Property Gap As Integer
    public int Gap {get; set;}
    See Also