Пример #1
0
 public void Act(CssDeclaration declaration)
 {
     declaration.SetValue(Name, Value);
 }
Пример #2
0
        public void Act(CssDeclaration declaration)
        {
            var property = this.property.Replace("{0}", side.side);

            declaration.SetValue(property, value);
        }
Пример #3
0
 public void Act(CssDeclaration declaration)
 {
     declaration.SetValue(Name, Value);
 }
Пример #4
0
 public void Act(CssDeclaration declaration)
 {
     var property = this.property.Replace("{0}", side.side);
     declaration.SetValue(property, value);
 }