AngleSharp by Florian Rappl

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

.NET API 737,792 bytes

 CSSTextIndentProperty

public sealed class CSSTextIndentProperty : CSSProperty
More information available at: https://developer.mozilla.org/en-US/docs/Web/CSS/text-indent
public CSSCalcValue Indent { get; }

Gets the indentation, which is either a percentage of the containing block width or specified as fixed length. Negative values are allowed.