AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.5" />

 RenderStyle

public class RenderStyle
A computed style related to a render device.
public Color BackColor { get; set; }

Gets or sets the back color.

public Color ForeColor { get; set; }

Gets or sets the text color.

public int Height { get; set; }

Gets or sets the height of the style.

public int Width { get; set; }

Gets or sets the width of the style.

public RenderStyle()