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 ShapeNodeBuilder allowOutgoingLinks ( |
true if outgoing links can be drawn from this node, otherwise false.
This DiagramNodeBuilder instance.
See Also