[]
Gets the ThemeConstant object associated with the specified key.
public object this[string key] { get; }
Type | Name | Description |
---|---|---|
string | key | A string value indicating the key of the theme constant to get. |
Type | Description |
---|---|
object | A object object representing the theme constant. |