AngleSharp by AngleSharp

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

.NET API 1,224,704 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).