Terminal.Gui
1.0.0.0
Terminal.Gui.View
Label view, displays a string at a given position, can include multiple lines.
To be added.
Constructor
1.0.0.0
Text.
Public constructor: creates a label and configures the default Width and Height based on the text, the result is suitable for Computed layout.
To be added.
Constructor
1.0.0.0
To be added.
To be added.
Public constructor: creates a label at the given
coordinate with the given string and uses the specified
frame for the string.
To be added.
Constructor
1.0.0.0
To be added.
To be added.
To be added.
Public constructor: creates a label at the given
coordinate with the given string, computes the bounding box
based on the size of the string, assumes that the string contains
newlines for multiple lines, no special breaking rules are used.
To be added.
Method
1.0.0.0
System.Int32
Text, may contain newlines.
The width for the text.
Computes the the max width of a line or multilines needed to render by the Label control
Max width of lines.
To be added.
Method
1.0.0.0
System.Int32
Text, may contain newlines.
The width for the text.
Computes the number of lines needed to render the specified text by the Label control
Number of lines.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
To be added.
Property
1.0.0.0
NStack.ustring
The text displayed by this widget.
To be added.
To be added.
Property
1.0.0.0
Terminal.Gui.TextAlignment
Controls the text-alignemtn property of the label, changing it will redisplay the label.
The text alignment.
To be added.
Property
1.0.0.0
Terminal.Gui.Attribute
The color used for the label
To be added.
To be added.