Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Mono
Terminal
Label
C# 클래스 Mono.Terminal.Label
Label widget, displays a string at a given position.
상속:
Widget
파일 보기
프로젝트 열기: mono/mono-curses
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Color
int
보호된 프로퍼티들
프로퍼티
타입
설명
text
string
공개 메소드들
메소드
설명
Label
(
int
x
,
int
y
,
string
s
) :
System
Public constructor: creates a label at the given coordinate with the given string.
Redraw
( ) :
void
메소드 상세
Label()
공개
메소드
Public constructor: creates a label at the given coordinate with the given string.
public
Label
(
int
x
,
int
y
,
string
s
) :
System
x
int
y
int
s
string
리턴
System
Redraw()
공개
메소드
public
Redraw
( ) :
void
리턴
void
프로퍼티 상세
Color
공개적으로 프로퍼티
public
int
Color
리턴
int
text
보호되어 있는 프로퍼티
protected
string
text
리턴
string