Gets a value indicating whether the container should shrink in size when nodes are removed from it.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean getAutoShrink () |
true if the container should shrink automatically; otherwise, false. The default is false.
RemarksThe container won't shrink to a size smaller than MinimumSize.
See Also