Table of Contents

Property SvgSource

Namespace
SharpVectors.Converters
Assembly
SharpVectors.Converters.Wpf.dll

SvgSource

Gets or sets the SVG contents to load into this SvgBitmap.

public string SvgSource { get; set; }

Property Value

string

A string specifying the embedded SVG contents. Settings this to null will close any opened diagram.

See Also