set label position winforms

C#
// Set Location property of the label
mylab.Location = new Point(222, 90);
Source

Also in C#: