Table of Contents

Property UseThemeBackground

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

UseThemeBackground

Gets or sets whether the view fills its background with the syntax highlighting theme's editor background color. When true and a SyntaxHighlighter is set, the theme's DefaultBackground is used for the entire viewport, headings, body text, and table cells. Defaults to true.

public bool UseThemeBackground { get; set; }

Property Value

bool