Initializes a new instance of the DiagramNode class with the default values set in the specified Diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected DiagramNode ( |
Visual Basic
Copy Code
|
|---|
Protected New ( _ |
RemarksThis constructor initializes the DiagramNode properties with the values specified in the respective default-value properties of the Diagram object. For more information see Initial Values of Item Properties.
See Also