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