Initializes a new instance of the CompositeNode class using the specified diagram item as a prototype.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public CompositeNode ( |
Visual Basic Copy Code |
---|
Public New ( _ |
The item to use as a prototype. The properties of the new item are initialized from the property values of this item.
This constructor copies the DiagramNode property values from the specified prototype node.