AngleSharp by Florian Rappl

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

.NET API 1,206,784 bytes

 BoxModel

public enum BoxModel
An enumeration with the various box sizing models / clip or origins.

The background extends to the outside edge of the border (but underneath the border in z-ordering).

The background is painted within (clipped to) the content box.

No background is drawn below the border (background extends to the outside edge of the padding).