设置DataGridView控件中字体的样式
2021-06-23 01:06
阅读:318
标签:default style alt bsp img http csharp 技术 view 实现效果: 知识运用: DataGridView控件的公共属性DefaultCellStyle的Font属性 public Font Font {get;set;} //获取或设置应用与DataGridView单元格的文本的字体 实现代码: 设置DataGridView控件中字体的样式 标签:default style alt bsp img http csharp 技术 view 原文地址:https://www.cnblogs.com/feiyucha/p/10203134.html
dataGridView1.DefaultCellStyle.Font = new Font("隶书",15);
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:设置DataGridView控件中字体的样式
文章链接:http://soscw.com/index.php/essay/97628.html
文章标题:设置DataGridView控件中字体的样式
文章链接:http://soscw.com/index.php/essay/97628.html
评论
亲,登录后才可以留言!