Class ColorConfig.ArrowColors
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a collection or definition of colors used for rendering arrows.
public class ColorConfig.ArrowColors
- Inheritance
-
ColorConfig.ArrowColors
- Inherited Members
- Extension Methods
Properties
Alert
public string? Alert { 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; }