ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TooltipBase Class / Gap Property

In This Topic
    Gap Property (TooltipBase)
    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