Search
DiagramItem.font Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get font() {}
set font(value) {}

 Property Value

Font

An instance of the Font class.

 See Also