MindFusion.Diagramming for JavaScript Programmer's Guide

TableNode.setCaptionHeight Method

See Also
 





Sets the height of the table's caption area.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function setCaptionHeight (value)

 Parameters

value

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

 See Also