Table of Contents

Enum CollapsibleHeaderStyle

Namespace
SharpConsoleUI.Controls
Assembly
SharpConsoleUI.dll

Visual style used to render a CollapsiblePanel's header.

public enum CollapsibleHeaderStyle
Extension Methods

Fields

Bordered = 1

A bordered box with the title embedded in the top border (PanelControl-style).

Borderless = 0

A single clickable header row (indicator + title), no border.

DoubleLine = 3

Like Bordered but with double-line characters (╔═╗║╚╝).

Rounded = 2

Like Bordered but with rounded corners (╭╮╰╯).