Table of Contents

Property Settings

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

Settings

Gets or sets the BorderSettings flags that control rendering behavior.

public BorderSettings Settings { get; set; }

Property Value

BorderSettings

Remarks

Defaults to Title. Set to Tab | Title to enable tab-style headers. Setting Tab causes the BorderView to be created and configures it for transparent rendering.

Gradient enables gradient-filled borders using GradientFill.

TerminalTitle writes OSC 0..2 terminal title sequences when the view is modal and at the top of the runnable stack.