C# Class Mono.Terminal.Label

Label widget, displays a string at a given position.
Inheritance: Widget
Afficher le fichier Open project: mono/mono-curses Class Usage Examples

Méthodes publiques

Свойство Type Description
Color int

Protected Properties

Свойство Type Description
text string

Méthodes publiques

Méthode Description
Label ( int x, int y, string s ) : System

Public constructor: creates a label at the given coordinate with the given string.

Redraw ( ) : void

Method Details

Label() public méthode

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
Résultat System

Redraw() public méthode

public Redraw ( ) : void
Résultat void

Property Details

Color public_oe property

public int Color
Résultat int

text protected_oe property

protected string text
Résultat string