Enum TextColor
Enumerates the possible colors of text.
Namespace: Fibula.Common.Contracts.Enumerations
Assembly: Fibula.Common.Contracts.dll
Syntax
public enum TextColor : byte
Fields
Name | Description |
---|---|
Blue | Blue. |
Crystal | Crystal. |
DarkRed | Dark red. |
Gold | Golden. |
Green | Green. |
LightBlue | Light blue. |
LightGrey | Light gray. |
None | No color. |
Orange | Orange. |
Platinum | Platinum. |
Purple | Purple. |
Red | Red. |
White | White. |