Search
ReadOnlyDiagramNodeCollection.Item Property
See Also
 





Gets the DiagramNode at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNode Item [
    int index
] { get; }

Visual Basic  Copy Code

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

 Parameters

index

The zero-based index of the node to get.

 Property Value

An instance of the DiagramNode class that represents the node at the specified position.

 See Also