Gets or sets the size of the container in folded state.
Namespace: MindFusion.Diagramming
File: ContainerNode.js
SyntaxJavaScript
Copy Code
|
|---|
get foldedSize() {} |
Size
A Size instance specifying the folded size of a container.
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