AngleSharp by Florian Rappl

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

.NET API 737,792 bytes

 CSSProperty

public class CSSProperty : ICssObject
Fore more information about CSS properties see http://www.w3.org/TR/CSS21/propidx.html.
protected bool _inherited

Determines if the property is inherited.

public bool Important { get; set; }

Gets or sets if the !important flag has been set.

public string Name { get; }

Gets the name of the property.

public CSSValue Value { get; set; }

Gets or sets the value of the property.

protected virtual bool IsValid(CSSValue value)

Notified once the value changed.

public string ToCss()

Returns a CSS code representation of the property.