Enum BordersType
- Namespace
- ConsoleAppVisuals.Enums
- Assembly
- ConsoleAppVisuals.dll
The BordersType enum defines the type of border to use for embed elements.
public enum BordersType
Fields
ASCII = 4
ASCII borders (+-|+++++)
Universal compatibility.
DoubleStraight = 3
Double line borders with straight corners (╔╗╚╝═║╦╩╠╣╬)
Universal compatibility.
SingleBold = 2
Single line borders with bold lines (┏┓┗┛━┃┳┻┣┫╋)
May not be supported on PowerShell (Windows).
SingleRound = 1
Single line borders with rounded corners (╭╮╰╯─│┬┴├┤┼)
May not be supported on PowerShell (Windows).
SingleStraight = 0
Single line borders with straight corners (┌┐└┘─│┬┴├┤┼)
Universal compatibility.
Remarks
For more information, consider visiting the documentation available here.