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