Gets a collection of links that point to the node.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramLinkCollection IncomingLinks { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property IncomingLinks As DiagramLinkCollection |
A reference to a DiagramLinkCollection object.
Use this collection to get access to every link pointing to the node, as well as get the number of such links. If the node is a table, links that connect to it as a whole entity are included in the collection, and links that connect to particular row of the table are included in IncomingLinks.