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.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public ConnectionPoint DestinationConnection { get; set; } |
Visual Basic Copy Code |
---|
Public Property DestinationConnection As ConnectionPoint |
WpfDiagram Programmer's Guide | © 2024 MindFusion |