Property Contents | Terminal.Gui v2 (original) (raw)

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.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[,]

Edit this page