C#字体设置按钮,初学者不容错过呀……

时间:2014-06-15 16:26:11
【文件属性】:

文件名称:C#字体设置按钮,初学者不容错过呀……

文件大小:48KB

文件格式:ZIP

更新时间:2014-06-15 16:26:11

c# 字体设置 按钮

主要代码: private void Chbox1_CheckedChanged(object sender, EventArgs e) { Chbox2.Checked = Chbox3.Checked= false; FontFamily ff = label1.Font.FontFamily; float size = label1.Font.Size; Font font = new System.Drawing.Font(ff, 20f, FontStyle.Regular); this.label1.Font = font; }


【文件预览】:
测验一
----测验一()
--------Form1.cs(5KB)
--------bin()
--------测验一.csproj.user(74B)
--------obj()
--------Properties()
--------Program.cs(490B)
--------Form1.Designer.cs(11KB)
--------Form1.resx(6KB)
--------测验一.csproj(4KB)
----测验一.sln(921B)
----测验一.suo(15KB)

网友评论