AngleSharp by Florian Rappl

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

.NET API 844,288 bytes

 CSSMarginProperty

public sealed class CSSMarginProperty : CSSProperty
Information can be found on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/margin
public CSSCalcValue Bottom { get; }

Gets the value for the bottom margin.

public bool IsBottomAuto { get; }

Gets if the bottom margin is automatic.

public bool IsLeftAuto { get; }

Gets if the left margin is automatic.

public bool IsRightAuto { get; }

Gets if the right margin is automatic.

public bool IsTopAuto { get; }

Gets if the top margin is automatic.

public CSSCalcValue Left { get; }

Gets the value for the left margin.

public CSSCalcValue Right { get; }

Gets the value for the right margin.

public CSSCalcValue Top { get; }

Gets the value for the top margin.