Enum BorderStyle
- Namespace
- SharpConsoleUI
- Assembly
- SharpConsoleUI.dll
Specifies the visual style of a window's border.
public enum BorderStyle
Fields
DoubleLine = 0Double-line border characters (╔═╗║╚╝ when active, ┌─┐│└┘ when inactive). This is the default and traditional border style.
None = 3No visible border. Border areas render as spaces with window background color. Layout dimensions unchanged - border space still exists but is invisible.
Rounded = 2Rounded border characters (╭─╮│╰╯).
Single = 1Single-line border characters (┌─┐│└┘).