Table of Contents

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

string

Icon

public string? Icon { get; set; }

Property Value

string

IconCategory

public string? IconCategory { get; set; }

Property Value

string

IconColor

public string? IconColor { get; set; }

Property Value

string

IconDefault

public string? IconDefault { get; set; }

Property Value

string

IconInvertColor

public double IconInvertColor { get; set; }

Property Value

double

TextColor

public string? TextColor { get; set; }

Property Value

string