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.Fluent
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static T DestinationConnection<T> ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function DestinationConnection(Of T As DiagramLink) ( _ |
See Also