DroidDiagram Programmer's Guide
ContainerNode.getAutoShrink Method
See Also
 






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

 Syntax

Java  Copy Code

public boolean getAutoShrink ()

 Return Value

true if the container should shrink automatically; otherwise, false. The default is false.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
setAutoShrink Method