DroidDiagram Programmer's Guide
Diagram.setAllowUnanchoredLinks Method
See Also
 






Sets a value indicating whether users are allowed to attach links to nodes that do not have any anchor points.

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

 Syntax

Java  Copy Code

public void setAllowUnanchoredLinks (
    boolean value
)

 Parameters

value

true to lets users attach links to nodes that do not have anchor points, otherwise false.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace