Search
SvgNode.content Property
See Also
 





Gets or sets an SvgContent instance representing the SVG drawing rendered in this node.

Namespace: MindFusion.Diagramming
File: SvgNode.js

 Syntax

JavaScript  Copy Code

get content() {}
set content(value) {}

 Property Value

SvgContent

An instance of the SvgContent class.

 See Also