MindFusion.Diagramming for JavaScript Programmer's Guide

TableNode.setCaptionFont Method

See Also
 





Sets the font used to render the table's caption text.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function setCaptionFont (value)

 Parameters

value

An object specifying the font of the caption bar.

 See Also