폰트 설정
// Century Gothic Font
DataGridView.ColumnHeadersDefaultCellStyle.Font = new Font("Century Gothic", 9F, FontStyle.Bold);
// Marlett Font
DataGridView.ColumnHeadersDefaultCellStyle.Font = new Font("Marlett", 8, FontStyle.Regular);
728x90
'소프트웨어 개발(SW Dev) > C#' 카테고리의 다른 글
Visual Studio Code로 C# 프로그램 개발 (0) | 2021.03.19 |
---|---|
.NET Framework 다운로드 경로 (0) | 2021.03.17 |
Datagridview 컬럼 정렬 막기 (0) | 2020.12.04 |
VS IntelliCode에 기초적인 AI 적용 (0) | 2020.12.03 |
이미지 투명도 변경(Change Opacity) (0) | 2020.12.03 |
댓글