Search
ContainerNode.setFoldedSize Method
See Also
 

Sets the size of the container when folded.

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

 Syntax

Java  Copy Code

public void setFoldedSize (
    Dimension2D value
)

 Parameters

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