DroidDiagram Programmer's Guide
ContainerNode.getMinimumSize Method
See Also
 






Gets the minimum size of the container.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Dimension getMinimumSize ()

 Return Value

Dimension object specifying the minimum size. Initialized with the value of ContainerMinimumSize.

 Remarks

The container won't shrink smaller than that size, even if it does not contain any items.

 See Also

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