[]
Gets a ThemeBackground value specified by a path.
public ThemeBackground GetBackground(string path)
Type | Name | Description |
---|---|---|
string | path | The target path. |
Type | Description |
---|---|
ThemeBackground | The background specified by |
Gets a ThemeBackground value specified by a path.
public ThemeBackground GetBackground(string path, ThemeBackground defaultValue)
Type | Name | Description |
---|---|---|
string | path | The target path. |
ThemeBackground | defaultValue | Used if value at specified path does not exist. |
Type | Description |
---|---|
ThemeBackground | The background specified by |