Gets a collection of all links that go out of this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramLinkCollection OutgoingLinks { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property OutgoingLinks As DiagramLinkCollection |
An instance of the DiagramLinkCollection class.
The property returns a collection of all links that start from this item. Use it to access the links or get their number.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |