CssProperty class CssProperty : ICssProperty, IStyleFormattable Fore more information about CSS properties see: http://www.w3.org/TR/CSS21/propidx.html. Documentation Code 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)