标签:技术分享 private alt http har font strong btn 添加
实现效果:
知识运用:
TextBox控件的Font属性
实现代码:
private void btn_Display_UnderLine_Click(object sender, EventArgs e) { textBox1.Font = new Font("楷体",22,FontStyle.Underline); }
标签:技术分享 private alt http har font strong btn 添加
原文地址:https://www.cnblogs.com/feiyucha/p/10140864.html