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





Represents a node that can display shapes from Visio stencils.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class VisioNode : DiagramNode

Visual Basic  Copy Code

Public Class VisioNode
    Inherits DiagramNode

 Remarks

The shape displayed by the node is specified through its Content property. To create the content, load a Visio stencil file (.vsx) using an instance of the VisioStencil class, then use the static VisioContent.Create method. A reference to the master shape of the content can be obtained through the Master property.

 Important

The standard stencils installed with Visio are copyrighted by Microsoft, and you should not use them in your application. This feature is intended to let you use public domain stencils, or commercial ones you have purchase a license for.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        MindFusion.Diagramming.Wpf.DiagramItem
                            MindFusion.Diagramming.Wpf.DiagramNode
                                MindFusion.Diagramming.Wpf.VisioNode

 See Also

VisioNode Members
MindFusion.Diagramming.Wpf Namespace