Gets or sets a URL used to load an SVG file into this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public string SvgUrl { get; set; } |
Visual Basic Copy Code |
---|
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |