Search
Diagram.getDynamicLinks Method
See Also
 

Gets a value indicating whether links automatically update their end points positions so that they will always point towards the node centers.

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

 Syntax

Java  Copy Code

public boolean getDynamicLinks ()

 Return Value

true if newly created links are set to update their end point positions automatically, otherwise false.

 See Also