Search
DiagramItem.textComponent Property
See Also
 





Gets the Text object instance used to render item's text.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get textComponent() {}
set textComponent(value) {}

 Property Value

Text

The Text component.

 See Also