Gets the minimum size of the container.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Dimension2D getMinimumSize () |
A Dimension2D object specifying the minimum size. Initialized with the value of ContainerMinimumSize.
RemarksThe container won't shrink smaller than that size, even if it does not contain any items.
See Also