Search
DiagramLinkBuilder.autoRoute Method
See Also
 

Sets a value indicating whether a link should automatically find its way between nodes so that it will not cross other nodes.

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

 Syntax

Java  Copy Code

public DiagramLinkBuilder autoRoute (
    boolean value
)

 Parameters

value

true if the link should be routed automatically, otherwise false.

 Return Value

This DiagramLinkBuilder instance.

 See Also