Search
DiagramLink.TargetNode Property
See Also
 






A node that will become the link's Origin or Destination if the current link drawing or modification operation completes at the current mouse pointer location.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected DiagramNode TargetNode { get; }

Visual Basic  Copy Code

Protected ReadOnly Property TargetNode As DiagramNode

 Property Value

A DiagramNode instance representing the target node.

 See Also