Search
DraggedItem.setAutoConnectLinks Method
See Also
 

Sets a value indicating whether links should be automatically connected to nearby nodes when dropped.

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

 Syntax

Java  Copy Code

public void setAutoConnectLinks (
    boolean value
)

 Parameters

value

true to auto-connect links, otherwise false.

 See Also