我有一个LinkLabel
, 通过BorderStyle=none
在我运行表单时在它周围设置一个细边框。我想从链接标签中删除这个细边框。我怎样才能做到这一点?
我的链接标签的代码是
linkLabel1.AccessibleRole = System.Windows.Forms.AccessibleRole.Alert;
linkLabel1.BackColor = System.Drawing.Color.Transparent;
linkLabel1.Font = new System.Drawing.Font("Tw Cen MT Condensed", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
linkLabel1.ForeColor = System.Drawing.SystemColors.HotTrack;
linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
linkLabel1.LinkColor = System.Drawing.Color.RoyalBlue;
linkLabel1.Location = new System.Drawing.Point(129, 330);
linkLabel1.Name = "linkLabel1";
linkLabel1.Size = new System.Drawing.Size(68, 21);
linkLabel1.TabIndex = 7;
linkLabel1.TabStop = true;
linkLabel1.Text = "Contact Us";
linkLabel1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
Linklabel 代码输出截图 http://tinypic.com/r/20rk09v/6 Linklabel 代码设计视图 Scrrenshot http://tinypic.com/r/4kzj9y/6