label.Location = new Point(Convert.ToInt32(panel.Width-label.Width)/2,
Convert.ToInt32(panel.Height-label.Height)/2)
也就是计算label相对于panel的中心位置,赋给Location属性即可。
panel1.Controls.Add(new userControl())引用的时候直接:
userControl uc=(userControl)panel1.Controls[i]
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)