Interface IColorable
- Namespace
- Songhay.Abstractions
- Assembly
- SonghayCore.dll
Defines a colorable visual.
public interface IColorable
- Extension Methods
Properties
BackgroundHex
Gets or sets the background hexadecimal value.
string? BackgroundHex { get; set; }
Property Value
ForegroundHex
Gets or sets the foreground hexadecimal value.
string? ForegroundHex { get; set; }