Table of Contents

Class ColorConfigDto.TextColors

Namespace
adas_core.Domain.Models.DTO.Display
Assembly
adas-core.Domain.dll

Represents a collection of predefined text color values or definitions for styling text output.

public class ColorConfigDto.TextColors
Inheritance
ColorConfigDto.TextColors
Inherited Members
Extension Methods

Properties

Alert

public string? Alert { get; set; }

Property Value

string

Expired

public string? Expired { get; set; }

Property Value

string

Improve

public string? Improve { get; set; }

Property Value

string

Normal

public string? Normal { get; set; }

Property Value

string

Warning

public string? Warning { get; set; }

Property Value

string