ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / PolygonTagHelper Class / Tooltip Property

In This Topic
    Tooltip Property (PolygonTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.Tooltip. Sets the tooltip of the annotation.
    Syntax
    'Declaration
     
    Public Property Tooltip As String
    public string Tooltip {get; set;}
    See Also