AngleSharp by Florian Rappl

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

.NET API 1,172,480 bytes

 CssPaddingProperty

Information can be found on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/padding
public Length Bottom { get; }

Gets the value for the bottom padding.

public Length Left { get; }

Gets the value for the left padding.

public Length Right { get; }

Gets the value for the right padding.

public Length Top { get; }

Gets the value for the top padding.