AngleSharp by Florian Rappl

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

.NET API 997,888 bytes

 CSSBorderImageOutsetProperty

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

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

public IDistance OutsetLeft { get; }

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

public IDistance OutsetRight { get; }

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

public IDistance OutsetTop { get; }

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