CSSMarginPartProperty public abstract class CSSMarginPartProperty : CSSProperty Basis for all elementary margin properties. Documentation Code public bool IsAuto { get; } Gets if the margin is automatically determined. public CSSCalcValue Margin { get; } Gets the margin relative to the width of the containing block or a fixed width, if any.