C# Class PowerArgs.Cli.Label

A control that displays text
Inheritance: ConsoleControl
Afficher le fichier Open project: adamabdelhamed/PowerArgs Class Usage Examples

Private Properties

Свойство Type Description
DoSmartWrap void
HandleTextChanged void
SmartWrapNewLine void

Méthodes publiques

Méthode Description
Label ( ) : System

Creates a new label

Méthodes protégées

Méthode Description
OnPaint ( ConsoleBitmap context ) : void

Private Methods

Méthode Description
DoSmartWrap ( ) : void
HandleTextChanged ( ) : void
SmartWrapNewLine ( List lines, List &currentLine ) : void

Method Details

Label() public méthode

Creates a new label
public Label ( ) : System
Résultat System

OnPaint() protected méthode

protected OnPaint ( ConsoleBitmap context ) : void
context ConsoleBitmap
Résultat void