[]
Gets the constants dictionary associated with this theme. Use only for serialization. For API usage, the Constants property should be used.
public Dictionary<string, ThemeConstant> ConstantsDictionary { get; }
Type | Description |
---|---|
Dictionary<string, ThemeConstant> | A dictionary where the key is a string value representing the constant name and the value is a ThemeConstant object. |