Table of Contents

Class ColorDisplayItemModel

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Model for color display

public class ColorDisplayItemModel : DisplayItemModel, ISortable, ITemporal, IColorable
Inheritance
ColorDisplayItemModel
Implements
Derived
Inherited Members
Extension Methods

Properties

BackgroundHex

Gets or sets the background hexadecimal value.

public string? BackgroundHex { get; set; }

Property Value

string

ForegroundHex

Gets or sets the foreground hexadecimal value.

public string? ForegroundHex { get; set; }

Property Value

string