Gets a collection of all links that point to this item.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramLinkCollection IncomingLinks { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IncomingLinks As DiagramLinkCollection |
An instance of the DiagramLinkCollection class.
RemarksThe property returns a collection of all links that point to this item. Use it to access the links or get their number.
See Also