MindFusion.Wpf Pack Programmer's Guide
DiagramNode.OutgoingLinks Property
See Also
 





Gets a collection of links that start from this node.

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

 Syntax

C#  Copy Code

public DiagramLinkCollection OutgoingLinks { get; }

Visual Basic  Copy Code

Public ReadOnly Property OutgoingLinks As DiagramLinkCollection

 Property Value

A reference to a DiagramLinkCollection object.

 Remarks

Use this collection to get access to every link starting from the node, as well as get the number of such links. If the node is a TableNode, links that connect to it as a whole entity are included in the collection, while links that connect to particular row of the table are included in that row's OutgoingLinks collection.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
AllowOutgoingLinks Property
IncomingLinks Property
TableNode.ConnectionStyle Property
Query Method
GetAllOutgoingLinks Method