标签:div border pre style question col ack int label
1 Label SnLable = new Label 2 { 3 Size = new Size(SnLength, SnLength), 4 BackColor = Color.Red, 5 Location = new Point(10, 10), 6 BorderStyle = BorderStyle.FixedSingle 7 }; 8 9 this.Controls.Add(SnLable);
写完之后不要忘记this.Controls.Add(SnLable);
标签:div border pre style question col ack int label
原文地址:https://www.cnblogs.com/Luck1996/p/12127468.html