Class ColorConfigDto.AppearanceSettings
Represents configuration settings that define the visual appearance, such as colors, themes, or styling preferences.
public class ColorConfigDto.AppearanceSettings
- Inheritance
-
ColorConfigDto.AppearanceSettings
- Inherited Members
- Extension Methods
Properties
BackgroundColor
public string? BackgroundColor { get; set; }
Property Value
Icon
public string? Icon { 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; }