设置DataGridView控件中字体的样式

2021-06-23 01:06

阅读:318

标签:default   style   alt   bsp   img   http   csharp   技术   view   

实现效果:

  技术分享图片

知识运用:

  DataGridView控件的公共属性DefaultCellStyle的Font属性   

  public Font Font  {get;set;}    //获取或设置应用与DataGridView单元格的文本的字体

实现代码:

dataGridView1.DefaultCellStyle.Font = new Font("隶书",15);

设置DataGridView控件中字体的样式

标签:default   style   alt   bsp   img   http   csharp   技术   view   

原文地址:https://www.cnblogs.com/feiyucha/p/10203134.html


评论


亲,登录后才可以留言!