[]
Gets the SubStyle at the specified index.
public SubStyle this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As SubStyle
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the SubStyle with the specified key.
public SubStyle this[string key] { get; }
Public ReadOnly Default Property Item(key As String) As SubStyle
| Type | Name | Description |
|---|---|---|
| string | key |