label.Location = new Point(Convert.ToInt32(panel.Width-label.Width)/2,
Convert.ToInt32(panel.Height-label.Height)/2)
也就是计算label相对于panel的中心位置,赋给Location属性即可。
水平居中left=(ScaleWidth-label1.Width)/2垂直居中top=(ScaleHeight-label1.Height)/2
Scale是整个窗体的坐标。
如果是开始就执行放在form_load()中
如果是命令按钮执行放在command1_click()中
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)