Table of Contents

Enum TabHeaderStyle

Namespace
SharpConsoleUI.Controls
Assembly
SharpConsoleUI.dll

Controls how the tab header area is rendered.

public enum TabHeaderStyle
Extension Methods

Fields

AccentedSeparator = 2

Two rows: tab titles row, then a separator line with ═ under the active tab (╡/╞ connectors).

Classic = 0

Single row: tab titles followed by ─ fill to the right.

Separator = 1

Two rows: tab titles row, then a plain ─ separator line below.