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





The TemplatedNode class represents nodes whose appearance is set through Xaml data templates.

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

 Syntax

C#  Copy Code

public class TemplatedNode : DiagramNode

Visual Basic  Copy Code

Public Class TemplatedNode
    Inherits DiagramNode

 Remarks

This class is useful mostly as a base type of custom nodes, as shown in tutorials 3 and 4. However it is not abstract and can be used directly if the text -related properties defined in DiagramItem are sufficient for your purposes. The appearance of such nodes can be set through their Template property or the NodeTemplate property of the Diagram class.

 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.TemplatedNode

 See Also

TemplatedNode Members
MindFusion.Diagramming.Wpf Namespace