C# 클래스 PowerArgs.Cli.Label

A control that displays text
상속: ConsoleControl
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DoSmartWrap void
HandleTextChanged void
SmartWrapNewLine void

공개 메소드들

메소드 설명
Label ( ) : System

Creates a new label

보호된 메소드들

메소드 설명
OnPaint ( ConsoleBitmap context ) : void

비공개 메소드들

메소드 설명
DoSmartWrap ( ) : void
HandleTextChanged ( ) : void
SmartWrapNewLine ( List lines, List &currentLine ) : void

메소드 상세

Label() 공개 메소드

Creates a new label
public Label ( ) : System
리턴 System

OnPaint() 보호된 메소드

protected OnPaint ( ConsoleBitmap context ) : void
context ConsoleBitmap
리턴 void