Property Source
- Namespace
 - SharpVectors.Converters
 
- Assembly
 - SharpVectors.Converters.Wpf.dll
 
Source
Gets or sets the path to the SVG file to load into this Viewbox.
public Uri Source { get; set; }
Property Value
- Uri
 A Uri specifying the path to the
SVGsource file. The file can be located on a computer, network or assembly resources. Settings this to null will close any renderedSVGdiagram.
- See Also