[]
Gets or sets the CommonShape at the specified position in the collection.
public CommonShape this[int index] { get; set; }
Public Default Property Item(index As Integer) As CommonShape
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first CommonShape with the specified name in the collection.
public CommonShape this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As CommonShape
| Type | Name | Description |
|---|---|---|
| string | name |