Setel posisi label WinForms

// Set Location property of the label
mylab.Location = new Point(222, 90);
Amused Angelfish