Class TuiLabel
- Namespace
- AshConsoleGraphics
- Assembly
- AshConsoleGraphics.dll
Just some text
public class TuiLabel : TuiElement
- Inheritance
-
TuiLabel
- Inherited Members
Constructors
TuiLabel(string, Placement, int, int, CharFormat?)
Initializes a new label
public TuiLabel(string text, Placement p, int x, int y, CharFormat? f = null)
Parameters
text
stringThe text
p
Placementx
inty
intf
CharFormatThe format
Properties
Format
Charachter format
public CharFormat? Format { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Methods
GenerateBuffer()
The method that generates the element's buffer
protected override Buffer GenerateBuffer()