Gets the node associated with this connection point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual DiagramNode Node { get; } |
Visual Basic
Copy Code
|
|---|
Public Overridable ReadOnly Property Node As DiagramNode |
Returns the node associated with this connection point.
See Also