[]
Gets or sets the main background color of the theme.
public string BackgroundMain { get; set; }
Type | Description |
---|---|
string | A string representing the main background color. |
The color value can be specified in the following formats: WebColor, HEX8, RGBA, and HSLA.
Examples:
Red
#ff0000
rgba(255, 0, 0, 1)
hsla(0, 100%, 50%, 1)