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

In This Topic
    DragThreshold Property
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.DragThreshold. Sets the maximum distance from the horizontal or vertical line that the marker can be dragged.
    Syntax
    'Declaration
     
    Public Property DragThreshold As Integer
    public int DragThreshold {get; set;}
    See Also