Property UriSource
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
UriSource
Gets or sets the path to the SVG file to load into this Canvas.
public Uri UriSource { get; set; }
Property Value
- Uri
A Uri specifying the path to the
SVGsource file. TheSVGfile can be located on a computer, network or assembly resources. Settings this to null will close any renderedSVGdiagram.
Remarks
This is the same as the Source property, it is added for consistency in naming the SVG sources.
- See Also