Пример #1
0
 public CssBorderSideAction(CssBorderSide side, string property, string value)
 {
     this.side     = side;
     this.property = property;
     this.value    = value;
 }
Пример #2
0
 public static T WithBorderRight <T>(this T control, CssBorderSide value) where T : Control
 {
     control.Style.Border.Right = value;
     return(control);
 }
Пример #3
0
 public CssBorderSideAction(CssBorderSide side, string property, string value)
 {
     this.side = side;
     this.property = property;
     this.value = value;
 }