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

In This Topic
    Lines Property
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.Lines. Sets the visibility of the LineMarker lines.
    Syntax
    'Declaration
     
    Public Property Lines As LineMarkerLines
    public LineMarkerLines Lines {get; set;}
    See Also