[]
Configurates DragThreshold. Sets the maximum distance from the horizontal or vertical line that the marker can be dragged.
public LineMarkerBuilder<T> DragThreshold(int value)
Type | Name | Description |
---|---|---|
int | value | The value. |
Type | Description |
---|---|
LineMarkerBuilder<T> | Current builder. |