Search
ContainerNode.enableStyledText Property
See Also
 





Gets or sets a value indicating whether styled caption text rendering is enabled.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

get enableStyledText() {}
set enableStyledText(value) {}

 Property Value

Boolean

true to parse the node's caption text in order to find formatting tags, or false otherwise.

 See Also