Table of Contents

Property Lines

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

Lines

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

public List<List<Cell>> Lines { get; set; }

Property Value

List<List<Cell>>

Remarks

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