Search
ContainerNode.getFoldedSize Method
See Also
 

Gets the size of the container when folded.

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

 Syntax

Java  Copy Code

public Dimension2D getFoldedSize ()

 Return Value

Dimension2D instance specifying the folded size of a container. The default is null.

 Remarks

If this property is not set, the width of the folded container is set to its MinimumSize.width, and the height to CaptionHeight.

 See Also