Search
ShapeEventArgs.Index Property
See Also
 





Gets or sets the index of the Shape item within its containing collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Index { get; set; }

Visual Basic  Copy Code

Public Property Index As Integer

 Property Value

An integer value specifying the zero-based index of the shape.

 See Also