Class ColorConfigDto.IndicatorColors
Represents a collection or definition of colors used to visually style an indicator.
public class ColorConfigDto.IndicatorColors
- Inheritance
-
ColorConfigDto.IndicatorColors
- Inherited Members
- Extension Methods
Properties
Alert
public string? Alert { get; set; }
Property Value
Background
public string? Background { get; set; }
Property Value
Empty
public string? Empty { get; set; }
Property Value
EmptyBackground
public string? EmptyBackground { get; set; }
Property Value
Normal
public string? Normal { get; set; }
Property Value
Warning
public string? Warning { get; set; }