Search
InteractionState.LinkTarget Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNode LinkTarget { get; set; }

Visual Basic  Copy Code

Public Property LinkTarget As DiagramNode

 Property Value

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

 See Also