CssProperty abstract class CssProperty : CssNode, ICssProperty, ICssNode, IStyleFormattable Fore more information about CSS properties see: http://www.w3.org/TR/CSS21/propidx.html. Documentation Code public string CssText { get; } public bool IsAnimatable { get; } public bool IsImportant { get; set; } public bool IsInherited { get; } public bool IsInitial { get; } public string Name { get; } public string Value { get; }