Search
ContainerNode.captionHeight Property
See Also
 





Gets or sets the height of the node's caption area.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

get captionHeight() {}
set captionHeight(value) {}

 Property Value

Number

A number specifying the height of the caption bar. The default value is 6.

 See Also