Initializes a new instance of the DiagramNode class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected DiagramNode () |
Visual Basic
Copy Code
|
|---|
Protected Sub New () |
RemarksThis constructor sets the DiagramNode properties to their default values.
See Also