예제 #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);
 }