AngleSharp by Florian Rappl

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

.NET API 1,171,968 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.