Search
DiagramLinkExtensions.OriginConnection(T) Method
See Also
 





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.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T OriginConnection<T> (
    T diagramLink,
    ConnectionPoint value
) where T : DiagramLink

Visual Basic  Copy Code

Public Shared Function OriginConnection(Of T As DiagramLink) ( _
    diagramLink As T, _
    value As ConnectionPoint _
) As T

 Parameters

diagramLink

value

 Return Value

 See Also