Search
CompositeNode Constructor (Diagram)
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

 See Also