[]
Represents a color.
public enum EnumColor
Public Enum EnumColor
| Name | Description |
|---|---|
| Attention | A color used to draw the attention. |
| Blue | Blue color. |
| Caution | The color represents a neutral state. |
| Critical | The color represents a bad state. |
| Default | This is the default background color. |
| Green | Green color. |
| LightBlue | Light-blue color. |
| None | The color represents an undefined state. |
| Orange | Orange color. |
| Purple | Purple color. |
| Red | Red color. |
| Success | The color represents a good state. |