c# change location of label code example
Example: set label position winforms
// Set Location property of the label
mylab.Location = new Point(222, 90);
// Set Location property of the label
mylab.Location = new Point(222, 90);