CssDeclarationRule abstract class CssDeclarationRule : CssRule Represents the base class for all style-rule similar rules. Documentation Code public IEnumerable<CssProperty> Declarations { get; } protected string GetValue(string propertyName) protected void SetValue(string propertyName, string valueText)