Initializes a new instance of the CompositeNode class with default values supplied form the specified Diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public CompositeNode ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
RemarksThis constructor initializes the CompositeNode properties with the values specified in the respective default-value properties of the Diagram object.
See Also