Gets the index of this item.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public int Index { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Index As Integer |
An integer value specifying the 0-based index of the item.
See Also