AngleSharp by Florian Rappl

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

 CssValue

public enum CssValue
This enumeration is indicating which type of unit applies to the value.
Custom = 3

The value is a custom value.

Inherit = 0

The value is inherited and the CssText contains "inherit".

The value is a primitive value and an instance of the CSSPrimitiveValue.

The value is a CSSValue list and an instance of the CSSValueList.