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
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public ConnectionPoint DestinationConnection { get; set; } |
Visual Basic Copy Code |
---|
Public Property DestinationConnection As ConnectionPoint |
An instance of ConnectionPoint or a derived class.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |