Table of Contents

Enum BorderStyle

Namespace
SharpConsoleUI
Assembly
SharpConsoleUI.dll

Specifies the visual style of a window's border.

public enum BorderStyle

Fields

DoubleLine = 0

Double-line border characters (╔═╗║╚╝ when active, ┌─┐│└┘ when inactive). This is the default and traditional border style.

None = 3

No visible border. Border areas render as spaces with window background color. Layout dimensions unchanged - border space still exists but is invisible.

Rounded = 2

Rounded border characters (╭─╮│╰╯).

Single = 1

Single-line border characters (┌─┐│└┘).