Table of Contents

Enum ButtonBorderStyle

Namespace
SharpConsoleUI.Controls
Assembly
SharpConsoleUI.dll

Defines the border style for a button control.

public enum ButtonBorderStyle
Extension Methods

Fields

Full = 2

Full box border — ┌──┐ / │text│ / └──┘ across 3 lines.

None = 0

No border — text with space padding on each side.

Pipe = 1

Pipe border — │ text │ on a single line.

Rounded = 3

Rounded box border — ╭──╮ / │text│ / ╰──╯ across 3 lines.