ICssProperty public interface ICssProperty Common interface of all CSS properties. Documentation Code bool IsImportant { get; } Gets if the !important flag has been set. string Name { get; } Gets the name of the property. string Value { get; } Gets the value of the property.