Search
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 Dimension2D getMinimumSize ()

 Return Value

Dimension2D 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