MindFusion.Wpf Pack Programmer's Guide
SvgNode.Content Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public SvgContent Content { get; set; }

Visual Basic  Copy Code

Public Property Content As SvgContent

 Property Value

An instance of the SvgContent class.

 See Also

SvgNode Members
SvgNode Class
MindFusion.Diagramming.Wpf Namespace