Sets a value indicating whether users are allowed to attach links to nodes that do not have any anchor points.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public DiagramBuilder allowUnanchoredLinks ( |
true to lets users attach links to nodes that do not have anchor points,otherwise false.
This DiagramBuilder instance.
See Also