Search
Diagram.setFoldedContainerSize Method
See Also
 






Sets the size of folded containers.

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

 Syntax

Java  Copy Code

public void setFoldedContainerSize (
    Dimension value
)

 Parameters

value
A Dimension instance specifying the size of folded containers. The default value is null.

 Remarks

The FoldedSize property of new containers is initialized with this value.

 See Also