set label position winforms

Code Example - set label position winforms

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