Class ColorDisplayItemModel
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
ForegroundHex
Gets or sets the foreground hexadecimal value.
public string? ForegroundHex { get; set; }