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 = 4ASCII borders (+-|+++++)
Universal compatibility.
DoubleStraight = 3Double line borders with straight corners (╔╗╚╝═║╦╩╠╣╬)
Universal compatibility.
SingleBold = 2Single line borders with bold lines (┏┓┗┛━┃┳┻┣┫╋)
May not be supported on PowerShell (Windows).
SingleRound = 1Single line borders with rounded corners (╭╮╰╯─│┬┴├┤┼)
May not be supported on PowerShell (Windows).
SingleStraight = 0Single line borders with straight corners (┌┐└┘─│┬┴├┤┼)
Universal compatibility.
Remarks
For more information, consider visiting the documentation available here.