Gets a collection of links that start from this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramLinkCollection OutgoingLinks { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property OutgoingLinks As DiagramLinkCollection |
A reference to a DiagramLinkCollection object.
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 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 OutgoingLinks.
DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
AllowOutgoingLinks Property
IncomingLinks Property
TableNode.ConnectionStyle Property
Query Method
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |