[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.LineMarkerBuilder-1.DragThreshold

DragThreshold Method

DragThreshold(int)

Configurates DragThreshold. Sets the maximum distance from the horizontal or vertical line that the marker can be dragged.

Declaration
public LineMarkerBuilder<T> DragThreshold(int value)
Public Function DragThreshold(value As Integer) As LineMarkerBuilder(Of T)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
LineMarkerBuilder<T>

Current builder.