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





Initializes a new instance of the TableNode class.

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

 Syntax

C#  Copy Code

public TableNode (
    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 TableNode properties with the values specified in the respective default-value properties of the Diagram object.

 See Also

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