Table of Contents

Constructor Cell

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Cell(Attribute?, bool, Rune)

Represents a single row/column in a Terminal.Gui rendering surface (e.g. LineCanvas and ConsoleDriver).

public Cell(Attribute? Attribute = null, bool IsDirty = false, Rune Rune = default)

Parameters

Attribute Attribute?
IsDirty bool
Rune Rune