Table of Contents

Property Contents

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Contents

The contents of the application output. The driver outputs this buffer to the terminal when UpdateScreen() is called. The format of the array is rows, columns. The first index is the row, the second index is the column.

public Cell[,]? Contents { get; set; }

Property Value

Cell[,]