Gets or sets an SvgContent instance representing the SVG drawing rendered in this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public SvgContent Content { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Content As SvgContent |
An instance of the SvgContent class.
See Also