MindFusion.Wpf Pack Programmer's Guide
InteractionState.LinkTarget Property
See Also
 





Gets or sets the current target node when a link is being modified.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramNode LinkTarget { get; set; }

Visual Basic  Copy Code

Public Property LinkTarget As DiagramNode

 Property Value

A DiagramNode that the currently modified DiagramLink should connect to if the interaction completes at the current mouse position.

 See Also

InteractionState Members
InteractionState Class
MindFusion.Diagramming.Wpf Namespace