Search
ItemListView.setAutoConnectDistance Method
See Also
 

Sets the maximum distance within which a link will attempt to auto-connect to a nearby node.

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

 Syntax

Java  Copy Code

public void setAutoConnectDistance (
    float value
)

 Parameters

value

The auto-connect distance.

 Remarks

This value is applied when AutoConnectLinks is enabled. If a link is dropped within specified distance from an existing node, or if a node is dropped near unconnected link, the node is set as Origin or Destination of the link.

 See Also