Search
ContainerNode.setMinimumSize Method
See Also
 

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

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

 Syntax

Java  Copy Code

public void setMinimumSize (
    Dimension2D value
)

 Parameters

value

 See Also