Enum TabHeaderStyle
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Controls how the tab header area is rendered.
public enum TabHeaderStyle
- Extension Methods
Fields
AccentedSeparator = 2Two rows: tab titles row, then a separator line with ═ under the active tab (╡/╞ connectors).
Classic = 0Single row: tab titles followed by ─ fill to the right.
Separator = 1Two rows: tab titles row, then a plain ─ separator line below.