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 (
    Dimension2D value
)

 Parameters

value
A Dimension2D 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