Class ColorConfig.TextColors
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Provides a collection of predefined color values used for styling or rendering text.
public class ColorConfig.TextColors
- Inheritance
-
ColorConfig.TextColors
- Inherited Members
- Extension Methods
Properties
Alert
public string? Alert { get; set; }
Property Value
Expired
public string? Expired { get; set; }
Property Value
Improve
public string? Improve { get; set; }
Property Value
Normal
public string? Normal { get; set; }
Property Value
Warning
public string? Warning { get; set; }