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