Search
ContainerNode.foldedSize Property
See Also
 





Gets or sets the size of the container in folded state.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

get foldedSize() {}
set foldedSize(value) {}

 Property Value

Size

A Size instance specifying the folded size of a container.

 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