Table of Contents

Property Contents

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Contents

Gets or sets 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.

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

Property Value

Cell[,]