[]
Gets a specific Style object in the StyleSheet using a specified name.
public Style this[string styleName] { get; }
Type | Name | Description |
---|---|---|
string | styleName | A string value indicating the name of the Style to retrieve. |
Type | Description |
---|---|
Style | A Style object with the specified name, or |