Sets a value indicating whether users are allowed to draw more than one links between the same nodes.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public DiagramBuilder allowLinksRepeat ( |
true if users are allowed to draw more than one link between the same nodes, otherwise false.
This DiagramBuilder instance.
See Also