Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Sharplike
UI
Controls
Label
C# 클래스 Sharplike.UI.Controls.Label
상속:
AbstractRegion
파일 보기
프로젝트 열기: eropple/sharplike
1 사용 예제들
공개 메소드들
메소드
설명
Label
(
Size
extents
,
Point
location
) :
System
SetText
(
String
text
) :
void
비공개 메소드들
메소드
설명
Wrap
(
String
text
) :
String[]
메소드 상세
Label()
공개
메소드
public
Label
(
Size
extents
,
Point
location
) :
System
extents
System.Drawing.Size
location
Point
리턴
System
SetText()
공개
메소드
public
SetText
(
String
text
) :
void
text
String
리턴
void