AngleSharp by Florian Rappl

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

.NET API 886,784 bytes

 CSSBorderImageOutsetProperty

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

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

public CSSCalcValue Left { get; }

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

public CSSCalcValue Right { get; }

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

public CSSCalcValue Top { get; }

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