Class ColorConfigDto.StatusBoxNumberColors
Represents the color settings used for rendering numeric values within a status box.
public class ColorConfigDto.StatusBoxNumberColors
- Inheritance
-
ColorConfigDto.StatusBoxNumberColors
- Inherited Members
- Extension Methods
Remarks
This type is intended to encapsulate the visual color configuration associated with the numeric portion of a status box display.
Properties
Altable
public ColorConfigDto.AppearanceSettings? Altable { get; set; }
Property Value
Available
public ColorConfigDto.AppearanceSettings? Available { get; set; }
Property Value
Exitus
public ColorConfigDto.AppearanceSettings? Exitus { get; set; }
Property Value
InUse
public ColorConfigDto.AppearanceSettings? InUse { get; set; }
Property Value
Locked
public ColorConfigDto.AppearanceSettings? Locked { get; set; }
Property Value
Reserved
public ColorConfigDto.AppearanceSettings? Reserved { get; set; }
Property Value
Transferable
public ColorConfigDto.AppearanceSettings? Transferable { get; set; }