Search
TreeViewNode Constructor (Diagram)
See Also
 





Initializes a new instance of the TreeViewNode class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TreeViewNode (
    Diagram diagram
)

Visual Basic  Copy Code

Public New ( _
    diagram As Diagram _
)

 Parameters

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

 Remarks

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

 See Also