Expands or collapses the tree branch that starts from a node.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public SvgNodeBuilder expanded ( |
true if the tree branch that starts fromthis node should be expanded, otherwise false.
This DiagramNodeBuilder instance.
See Also