MindFusion WinForms Programmer's Guide
SvgViewer.Content Property
See Also
 





Gets or sets the SvgContent instance representing the SVG drawing rendered in this control.

Namespace: MindFusion.SvgViewer
Assembly: MindFusion.SvgViewer

 Syntax

C#  Copy Code

public SvgContent Content { get; set; }

Visual Basic  Copy Code

Public Property Content As SvgContent

 Property Value

A SvgContent instance representing the currently displayed SVG drawing.

 See Also

SvgViewer Members
SvgViewer Class
MindFusion.SvgViewer Namespace