Table of Contents

Class Cell

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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

public class Cell
Inheritance
Cell
Inherited Members

Properties

Attribute

The attributes to use when drawing the Glyph.

IsDirty

Gets or sets a value indicating whether this Cell has been modified since the last time it was drawn.

Rune

The character to display. If Rune is null, then Rune is ignored.

Methods

ToString()

Returns a string that represents the current object.