MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ConnectionPoint OriginConnection { get; set; }

Visual Basic  Copy Code

Public Property OriginConnection As ConnectionPoint

 Property Value

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace