MindFusion.Wpf Pack Programmer's Guide
SvgViewer Class
Remarks See Also
 





A control that renders SVG drawings.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public class SvgViewer : Control

Visual Basic  Copy Code

Public Class SvgViewer
    Inherits Control

 Remarks

Set the FileName property or call the Load method to load an SVG file. Alternatively, set the Content property to an instance of MindFusion.Svg.SvgContent.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            MindFusion.UI.Wpf.SvgViewer

 See Also

SvgViewer Members
MindFusion.UI.Wpf Namespace