[]
Gets the Style object at the specified index in the current collection.
public Style this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As Style
| Type | Name | Description |
|---|---|---|
| int | index | The index of the element. |
| Type | Description |
|---|---|
| Style | The element at the specified index. |