Gets or sets the element at the specified index.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public T Item [ |
Visual Basic
Copy Code
|
|---|
Public Property Item( _ |
The zero-based index of the element to get or set.
The element at the specified index.
See Also