Search
SvgNode.SvgUrl Property
See Also
 





Gets or sets a URL used to load an SVG file into this node.

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

 Syntax

C#  Copy Code

public string SvgUrl { get; set; }

Visual Basic  Copy Code

Public Property SvgUrl As String

 Property Value

A string specifying SVG file path.

 See Also