Search
DiagramLink.DestinationConnection Property
See Also
 





Gets or sets the ConnectionPoint object representing the link connection to its destination node. This allows connecting the link to a constituent part of a node, such as a TableNode row or a TreeViewItem.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ConnectionPoint DestinationConnection { get; set; }

Visual Basic  Copy Code

Public Property DestinationConnection As ConnectionPoint

 Property Value

An instance of ConnectionPoint or a derived class.

 See Also