Search
Diagram.setAllowSplitLinks Method
See Also
 

Sets whether link segments can be added and removed interactively.

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

 Syntax

Java  Copy Code

public void setAllowSplitLinks (
    boolean value
)

 Parameters

value

true to make new links splittable by default, otherwise false.

 See Also