Search
TreeViewNode.captionFont Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: TreeViewNode.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Font

An object specifying the font of the caption bar.

 See Also