Gets the node to which the link will be connected.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramNode Node { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Node As DiagramNode |
An instance of the DiagramNode class.
See Also