[]
Initializes a new instance of the ThemeConstant class.
public ThemeConstant(string key, string value, string description)
| Type | Name | Description |
|---|---|---|
| string | key | A string value indicating the key of the theme constant. |
| string | value | A string value indicating the value of the theme constant as an ExpressionInfo. |
| string | description | A string value indicating the description of the theme constant. |