Dreamine.UI.WinForms 1.0.1
Dreamine.UI.WinForms 사용자 인터페이스 기능과 구성 요소를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.UI.WinForms.Controls.DreamineLabel 클래스 참조

더 자세히 ...

Dreamine.UI.WinForms.Controls.DreamineLabel에 대한 상속 다이어그램 :
Dreamine.UI.WinForms.Controls.DreamineLabel에 대한 협력 다이어그램:

Public 멤버 함수

 DreamineLabel ()

상세한 설명

Dreamine 다크 테마 기본값을 적용한 WinForms 레이블입니다.

DreamineLabel.cs 파일의 14 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ DreamineLabel()

Dreamine.UI.WinForms.Controls.DreamineLabel.DreamineLabel ( )
inline

투명 배경, 기본 전경색, 글꼴 및 자동 크기 조정을 구성합니다.

DreamineLabel.cs 파일의 24 번째 라인에서 정의되었습니다.

25 {
26 BackColor = Color.Transparent;
27 ForeColor = DreamineTheme.TextPrimary;
28 Font = new Font("Segoe UI", 10f, FontStyle.Regular, GraphicsUnit.Point);
29 AutoSize = true;
30 }

다음을 참조함 : Dreamine.UI.WinForms.DreamineTheme.TextPrimary.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: