Gets or sets a URL used to load an SVG file into this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public string SvgUrl { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SvgUrl As String |
A string specifying SVG file path.
See Also