Search
TableNode.captionFont Property
See Also
 





Gets or sets the font used to render the node's caption text.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get captionFont() {}
set captionFont(value) {}

 Property Value

Font

A Font object specifying the font of the caption bar.

 See Also