예제 #1
0
 public void SetBorder(BorderCollection borders)
 {
     SetBorder(borders.LeftBorderThickness, borders.TopBorderThickness, borders.RightBorderThickness,
               borders.BottomBorderThickness);
 }
예제 #2
0
 public void SetBorder(BorderCollection borders)
 {
     SetBorder(borders.LeftBorderThickness, borders.TopBorderThickness, borders.RightBorderThickness,
         borders.BottomBorderThickness);
 }