Class ColorConfig.AppearanceSettings
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents configuration settings that define the visual appearance of an application or user interface element.
public class ColorConfig.AppearanceSettings
- Inheritance
-
ColorConfig.AppearanceSettings
- Inherited Members
- Extension Methods
Properties
BackgroundColor
public string? BackgroundColor { get; set; }
Property Value
Icon
public string? Icon { get; set; }
Property Value
IconCategory
public string? IconCategory { get; set; }
Property Value
IconColor
public string? IconColor { get; set; }
Property Value
IconDefault
public string? IconDefault { get; set; }
Property Value
IconInvertColor
public double IconInvertColor { get; set; }
Property Value
TextColor
public string? TextColor { get; set; }