Initializes a new instance of the ContainerNode class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ContainerNode ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The Diagram from which to obtain default values for the item properties.
RemarksThis constructor initializes the ContainerNode properties with the values specified in the respective default-value properties of the Diagram object.
See Also