实现效果:
知识运用:
TextBox控件的Font属性
实现代码:
private void btn_Display_UnderLine_Click(object sender, EventArgs e)
{
textBox1.Font = new Font("楷体",22,FontStyle.Underline);
}
实现效果:
知识运用:
TextBox控件的Font属性
实现代码:
private void btn_Display_UnderLine_Click(object sender, EventArgs e)
{
textBox1.Font = new Font("楷体",22,FontStyle.Underline);
}
相关文章: