Gets or sets the current target node when a link is being modified.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNode LinkTarget { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LinkTarget As DiagramNode |
A DiagramNode that the currently modified DiagramLink should connect to if the interaction completes at the current mouse position.
See Also