Table of Contents

Constructor Cell

Namespace
Terminal.Gui.Drawing
Assembly
Terminal.Gui.dll

Cell(Attribute?, bool, string)

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

public Cell(Attribute? Attribute = null, bool IsDirty = false, string Grapheme = "")

Parameters

Attribute Attribute?
IsDirty bool
Grapheme string