Example #1
0
 public override void Place(int x, int y, int w, int h)
 {
     if (vertical)
     {
         seplabel.SetBounds(x, y, septhickness, h);
     }
     else
     {
         seplabel.SetBounds(x, y, w, septhickness);
     }
 }