An indexer that lets you access the element at the specified position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public T Item [ |
Visual Basic
![]() |
---|
Public Property Item( _ |
The index of the element to get or set.
The element at the specified index.