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





Initializes a new instance of the ShapeNode class with default values supplied form the specified Diagram.

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

 Syntax

C#  Copy Code

public ShapeNode (
    Diagram parent
)

Visual Basic  Copy Code

Public New ( _
    parent As Diagram _
)

 Parameters

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

 Remarks

This constructor initializes the ShapeNode properties with the values specified in the respective default-value properties of the Diagram object.

 See Also

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