ASP.NET Pack Programmer's Guide
ReadOnlyDiagramLinkCollection.Item Property
See Also
 





Gets the DiagramLink at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLink Item [
    int index
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    index As Integer _
) As DiagramLink

 Parameters

index

The zero-based index of the link to get.

 Property Value

An instance of the DiagramLink class that represents the link at the specified position.

 See Also

ReadOnlyDiagramLinkCollection Members
ReadOnlyDiagramLinkCollection Class
MindFusion.Diagramming Namespace