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





Gets the DiagramItem at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItem Item [
    int index
] { get; }

Visual Basic  Copy Code

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

 Parameters

index

The zero-based index of the item to get.

 Property Value

An instance of the DiagramItem class that represents the item at the specified position.

 See Also

ReadOnlyDiagramItemCollection Members
ReadOnlyDiagramItemCollection Class
MindFusion.Diagramming Namespace