[]
Gets the specified Style from the collection given its index.
public Style this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As Style
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the specified Style from the collection given its name.
public Style this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As Style
| Type | Name | Description |
|---|---|---|
| string | name |