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

In This Topic
    IsVisible Property (PolygonTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.IsVisible. Sets the visibility of the annotation.
    Syntax
    'Declaration
     
    Public Property IsVisible As Boolean
    public bool IsVisible {get; set;}
    See Also