Table of Contents

Property CodeLines

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

CodeLines

Gets or sets the plain-text code lines. Setting this re-creates the internal styled segments. When SyntaxHighlighter and Language are both set, lines are syntax-highlighted; otherwise they use CodeBlock styling.

public IReadOnlyList<string> CodeLines { get; set; }

Property Value

IReadOnlyList<string>