📜  设置标签位置 winforms - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:55.140000             🧑  作者: Mango

代码示例1
// Set Location property of the label
mylab.Location = new Point(222, 90);