AngleSharp by Florian Rappl

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

.NET API 1,171,968 bytes

 CssMarginProperty

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

Gets the value for the bottom margin.

public Length? Left { get; }

Gets the value for the left margin.

public Length? Right { get; }

Gets the value for the right margin.

public Length? Top { get; }

Gets the value for the top margin.