MindFusion.Wpf Pack Programmer's Guide
TableNode.Row.IncomingLinks Property
See Also
 





Gets a collection of all links that point to this table row.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramLinkCollection IncomingLinks { get; }

Visual Basic  Copy Code

Public ReadOnly Property IncomingLinks As DiagramLinkCollection

 Property Value

A DiagramLinkCollection containing references to the incoming links.

 Remarks

The property returns a collection of all links that point to this table row. Use it to access the links or get their number.

 See Also

TableNode.Row Members
TableNode.Row Class
MindFusion.Diagramming.Wpf Namespace
OutgoingLinks Property