Property SvgSource
- Namespace
 - SharpVectors.Converters
 
- Assembly
 - SharpVectors.Converters.Wpf.dll
 
SvgSource
Gets or sets the SVG contents to load into this Viewbox.
public string SvgSource { get; set; }
Property Value
- string
 A string specifying the embedded
SVGcontents. Settings this to null will close any opened diagram.
- See Also