ASP.NET Pack Programmer's Guide
Diagram.Links Property
See Also
 





Gets a collection of all DiagramLink objects in the diagram.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLinkCollection Links { get; }

Visual Basic  Copy Code

Public ReadOnly Property Links As DiagramLinkCollection

 Property Value

An instance of the DiagramLinkCollection class.

 Remarks

Links provides type-safe access to all links in the current diagram. Any diagram element can be accessed also via the Items collection.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Items Property
Nodes Property
Groups Property
Factory.CreateDiagramLink Method