[]
Represents the theme background type.
public enum ThemeBackgroundType
Name | Description |
---|---|
All | Any type of background. |
Gradient | Background with any gradient. |
GradientColor | Background with gradient of more than one color. |
GradientMode | Background with any gradient mode. |
LinearGradient | Background with linear gradient. |
MultiColorGradient | Background with multi-color gradient. |
MultiColorLinear | Background with linear gradient or multi-color gradient. |
MultiColorRadial | Background with radial gradient or multi-color gradient. |
None | The type is not specified. |
RadialGradient | Background with radial gradient. |
Solid | Solid background of one color. |
TwoColorGradient | Background with gradient of two colors. |
TwoColorLinear | Background with linear gradient or gradient of two color. |
TwoColorRadial | Background with radial gradient or gradient of two color. |