Table of Contents

Enum BorderSettings

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

Determines the settings for Border.

[Flags]
public enum BorderSettings
Extension Methods

Fields

Default = 0

The default settings, which uses Single line-drawing glyphs and draws the border flush with the content (i.e., no title or tab, and Thickness of 1 on all sides).

Gradient = 2

Use GradientFill to draw the border.

Tab = 4

Draw a Tab on one side of the border. The Title will be displayed in the Tab. Configure with TabSide, TabOffset, TabLength.

TerminalTitle = 8

If the View is a IRunnable, and IsModal is true, the Terminal's title will be updated using OSC 0..2 terminal title sequences to Title.

Title = 1

Show the title.