DroidDiagram Programmer's Guide
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 Dimension getFoldedSize ()

 Return Value

Dimension 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

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