Sets a value indicating whether users are allowed to draw links from this node.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public SvgNodeBuilder allowOutgoingLinks ( |
true if outgoing links can be drawn fromthis node, otherwise false.
This DiagramNodeBuilder instance.
See Also