Search
DiagramLink.OriginConnection Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ConnectionPoint OriginConnection { get; set; }

Visual Basic  Copy Code

Public Property OriginConnection As ConnectionPoint

 Property Value

An instance of ConnectionPoint or derived class.

 See Also