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