Class ColorConfig.TherapyColors
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a collection of colors used for therapy-related visuals or themes.
public class ColorConfig.TherapyColors
- Inheritance
-
ColorConfig.TherapyColors
- Inherited Members
- Extension Methods
Properties
Default
public ColorConfig.AppearanceSettings? Default { get; set; }
Property Value
Finished
public ColorConfig.AppearanceSettings? Finished { get; set; }
Property Value
InProgress
public ColorConfig.AppearanceSettings? InProgress { get; set; }
Property Value
Initialized
public ColorConfig.AppearanceSettings? Initialized { get; set; }