Table of Contents

Property DefaultBackground

Namespace
Terminal.Gui.Drawing
Assembly
Terminal.Gui.dll

DefaultBackground

Gets the default background color from the active syntax highlighting theme. Used by code block views to fill their viewport background consistently with per-token backgrounds. Returns null if no theme background is available.

public Color? DefaultBackground { get; }

Property Value

Color?