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

In This Topic
    DragLines Property
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.DragLines. Sets a value indicating whether the lines are linked when the horizontal or vertical line is dragged when the interaction mode is "Drag."
    Syntax
    'Declaration
     
    Public Property DragLines As Boolean
    public bool DragLines {get; set;}
    See Also