Enum ButtonBorderStyle
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Defines the border style for a button control.
public enum ButtonBorderStyle
- Extension Methods
Fields
Full = 2Full box border — ┌──┐ / │text│ / └──┘ across 3 lines.
None = 0No border — text with space padding on each side.
Pipe = 1Pipe border — │ text │ on a single line.
Rounded = 3Rounded box border — ╭──╮ / │text│ / ╰──╯ across 3 lines.