Creates a node of the type appropriate for the current behavior.
Namespace: MindFusion.Diagramming.Wpf.Behaviors
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual DiagramNode CreateNode () |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function CreateNode () As DiagramNode |
An instance of the DiagramNode class.
See Also