C# Class Mono.Terminal.Label

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

Public Properties

Property Type Description
Color int

Protected Properties

Property Type Description
text string

Public Methods

Method 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 method

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
return System

Redraw() public method

public Redraw ( ) : void
return void

Property Details

Color public_oe property

public int Color
return int

text protected_oe property

protected string text
return string