Gets or sets an SvgContent instance representing the SVG drawing rendered in this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public SvgContent Content { get; set; } |
Visual Basic Copy Code |
---|
Public Property Content As SvgContent |
An instance of the SvgContent class.
WpfDiagram Programmer's Guide | © 2024 MindFusion |