CssOutlineColorProperty sealed class CssOutlineColorProperty : CssProperty, ICssOutlineColorProperty, ICssProperty More information available: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color Documentation Code public Color Color { get; } Gets the color of the outline. public bool IsInverted { get; } Gets if the color is inverted. public void SetColor(Color? color)