Table of Contents

Field Lines

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Gets or sets the lines of text affected by the change.

public List<List<Cell>> Lines

Returns

List<List<Cell>>
Gets or sets the lines of text affected by the change.

Remarks

Each line is represented as a list of Cell objects, which include the text and its attributes.