Dreamine.UI.WinForms 1.0.1
Dreamine.UI.WinForms 사용자 인터페이스 기능과 구성 요소를 제공합니다.
로딩중...
검색중...
일치하는것 없음
DreamineLabel.cs
이 파일의 문서화 페이지로 가기
1using System.Drawing;
3
5
14public class DreamineLabel : Label
15{
25 {
26 BackColor = Color.Transparent;
27 ForeColor = DreamineTheme.TextPrimary;
28 Font = new Font("Segoe UI", 10f, FontStyle.Regular, GraphicsUnit.Point);
29 AutoSize = true;
30 }
31}
static readonly Color TextPrimary