Constructor Cell | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Cell(Attribute?, bool, Rune)
Represents a single row/column in a Terminal.Gui rendering surface (e.g. LineCanvas andIConsoleDriver).
public Cell(Attribute? Attribute = null, bool IsDirty = false, Rune Rune = default)
Parameters
Attribute
Attribute?
IsDirty
bool
Rune
Rune