Gets or sets a URL used to load an SVG file into this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public string SvgUrl { get; set; } |
Visual Basic
![]() |
---|
Public Property SvgUrl As String |
A string specifying the SVG file location.
At this time this property is used only in web versions of the component (ASP.NET and ASP.NET MVC). Note that the MIME type of .svg files on server should be set to image/svg+xml.
MvcDiagram Programmer's Guide | © 2025 MindFusion |