Sets a value indicating whether links should be automatically connected to nearby nodes when dropped from the ItemListView.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setAutoConnectLinks ( |
true to auto-connect links, otherwise false.
RemarksIf a link is dropped within AutoConnectDistance 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