Gets the node associated with this connection point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual DiagramNode Node { get; } |
Visual Basic
Copy Code
|
|---|
Protected Overridable ReadOnly Property Node As DiagramNode |
A instance of the DiagramNode class.
See Also