Search
SvgNode.SvgUrl Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string SvgUrl { get; set; }

Visual Basic  Copy Code

Public Property SvgUrl As String

 Property Value

A string specifying the SVG file location.

 Remarks

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.

 See Also