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

In This Topic
    IsVisible Property (LineMarkerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.IsVisible. Sets the visibility of the LineMarker.
    Syntax
    'Declaration
     
    Public Property IsVisible As Boolean
    public bool IsVisible {get; set;}
    See Also