Property Contents | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Contents
The contents of the application output. The driver outputs this buffer to the terminal whenUpdateScreen() 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[,]