MindFusion.Wpf Pack Programmer's Guide
DiagramNode Constructor (Diagram)
See Also
 





Initializes a new instance of the DiagramNode class with the default values set in the specified Diagram.

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

 Syntax

C#  Copy Code

protected DiagramNode (
    Diagram parent
)

Visual Basic  Copy Code

Protected New ( _
    parent As Diagram _
)

 Parameters

parent
The Diagram from which to obtain default values for the item properties.

 Remarks

This constructor initializes the DiagramNode properties with the values specified in the respective default-value properties of the Diagram object. For more information see Initial Values of Item Properties.

 See Also

DiagramNode Constructor Overload List
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace