Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public Shape this[int position] { get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Default ReadOnly Property Item(ByVal position As Integer) As Shape
{signature}
{parameters}
{param:position}A valid index between 0 and [Shapes.Count|Shapes.Count].{param}
{returns}The {{Shape}} object at the specified position.{returns}
Parameters
Param
position
position

A valid index between 0 and Shapes.Count.

Returns

The Shape object at the specified position.