Gets a collection of all links entering this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public DiagramLinkCollection GetAllIncomingLinks () |
Visual Basic
![]() |
---|
Public Function GetAllIncomingLinks () As DiagramLinkCollection |
A DiagramLinkCollection instance containing all links entering this node.
This method returns IncomingLinks when the node does not contain constituent parts that can be related by links, such as TableNode rows or TreeViewNode items. Otherwise, the method also collects all links that enter the child items.
WpfDiagram Programmer's Guide | © 2025 MindFusion |