Gets or sets the index of the node within its containing collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int Index { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Index As Integer |
An integer value.
See Also