Gets the size of the container when folded.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Dimension2D getFoldedSize () |
A Dimension2D instance specifying the folded size of a container. The default is null.
RemarksIf this property is not set, the width of the folded container is set to its MinimumSize.width, and the height to CaptionHeight.
See Also