[]
Gets the StyleSheet object at the specified indexed location in the StyleSheetCollection.
public Style this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index |
Gets the StyleSheet object with the specified name in the StyleSheetCollection.
public Style this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name |