MindFusion.Diagramming for JavaScript Programmer's Guide

ContainerNode.setCaptionHeight Method

See Also
 





Sets the height of the container's caption area.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

function setCaptionHeight (value)

 Parameters

value

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

 See Also