DroidDiagram Programmer's Guide
DiagramView.setDragThreshold Method
See Also
 






Sets the minimum distance the pointer should be dragged, measured in pixels, that would cause a drag event instead of click.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setDragThreshold (
    int dragThreshold
)

 Parameters

dragThreshold

The minimal distance to move the pointer before starting a drag operation.

 See Also

DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace