AngleSharp by Florian Rappl

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

.NET API 1,172,480 bytes

 CssBorderImageOutsetProperty

More information available at: https://developer.mozilla.org/en-US/docs/Web/CSS/border-image-outset
public Length OutsetBottom { get; }

Gets the length or percentage for the outset of the bottom border.

public Length OutsetLeft { get; }

Gets the length or percentage for the outset of the left border.

public Length OutsetRight { get; }

Gets the length or percentage for the outset of the right border.

public Length OutsetTop { get; }

Gets the length or percentage for the outset of the top border.