Returns the Shape object at the specified position in the Shapes collection.

 public Shape this[int position] { get; }
Public Default ReadOnly Property Item(ByVal position As Integer) As Shape

A valid index between 0 and Shapes.Count.

The Shape object at the specified position.