[]
Gets the specified Style from the collection given its index.
public Style this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index |
Gets the specified Style from the collection given its name.
public Style this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name |