AngleSharp.Css by AngleSharp

<PackageReference Include="AngleSharp.Css" Version="0.17.0" />

.NET API 406,528 bytes

 CssProperty

Fore more information about CSS properties see: http://www.w3.org/TR/CSS21/propidx.html.
public bool CanBeInherited { get; }

public string CssText { get; }

public bool HasValue { get; }

public bool IsAnimatable { get; }

public bool IsImportant { get; set; }

public bool IsInherited { get; }

public bool IsInitial { get; }

public bool IsShorthand { get; }

public string Name { get; }

public ICssValue RawValue { get; set; }

public string Value { get; set; }

public void ToCss(TextWriter writer, IStyleFormatter formatter)