AngleSharp.Css by AngleSharp

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

.NET API 406,528 bytes

 ICssProperty

public interface ICssProperty : IStyleFormattable
Common interface of all CSS properties.
bool CanBeInherited { get; }

Gets if the property can be inherited.

bool IsAnimatable { get; }

Gets if the property can be animated.

bool IsImportant { get; set; }

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

bool IsInherited { get; }

Gets if the property is declared as being inherited.

bool IsInitial { get; }

Gets if the property is in its initial value.

bool IsShorthand { get; }

Gets if the property is a shorthand.

string Name { get; }

Gets the name of the property.

Gets the value model of the property.

string Value { get; set; }

Gets or sets the value of the property.