AngleSharp by Florian Rappl

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

.NET API 1,172,480 bytes

 CssBorderStyleProperty

Information can be found on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/border-style
public LineStyle Bottom { get; }

Gets the value for the style of the bottom border.

public LineStyle Left { get; }

Gets the value for the style of the left border.

public LineStyle Right { get; }

Gets the value for the style of the right border.

public LineStyle Top { get; }

Gets the value for the style of the top border.