Class ConsoleSymbol
- Namespace
- ItTiger.TigerCli.Primitives
- Assembly
- ItTiger.TigerCli.dll
Shared Unicode symbols used by frames, overlays, indicators, and inline controls.
public static class ConsoleSymbol
- Inheritance
-
ConsoleSymbol
- Inherited Members
Fields
ArrowDown
Down arrow.
public const char ArrowDown = '↓'
Field Value
ArrowLeft
Left arrow.
public const char ArrowLeft = '←'
Field Value
ArrowRight
Right arrow.
public const char ArrowRight = '→'
Field Value
ArrowUp
Up arrow.
public const char ArrowUp = '↑'
Field Value
BlackParallelogram
Filled parallelogram.
public const char BlackParallelogram = '▰'
Field Value
BlackVerticalRectangle
Filled vertical rectangle.
public const char BlackVerticalRectangle = '▮'
Field Value
Bullet
Bullet.
public const char Bullet = '•'
Field Value
ChevronRight
Right-pointing chevron.
public const char ChevronRight = '›'
Field Value
DoubleBottomLeft
Lower-left double-line box-drawing corner.
public const char DoubleBottomLeft = '╚'
Field Value
DoubleBottomRight
Lower-right double-line box-drawing corner.
public const char DoubleBottomRight = '╝'
Field Value
DoubleCross
Double-line box-drawing intersection.
public const char DoubleCross = '╬'
Field Value
DoubleH
Horizontal double-line box-drawing line.
public const char DoubleH = '═'
Field Value
DoubleTDown
Double-line T-junction with a downward stem.
public const char DoubleTDown = '╦'
Field Value
DoubleTLeft
Double-line T-junction with a leftward stem.
public const char DoubleTLeft = '╣'
Field Value
DoubleTRight
Double-line T-junction with a rightward stem.
public const char DoubleTRight = '╠'
Field Value
DoubleTUp
Double-line T-junction with an upward stem.
public const char DoubleTUp = '╩'
Field Value
DoubleTopLeft
Upper-left double-line box-drawing corner.
public const char DoubleTopLeft = '╔'
Field Value
DoubleTopRight
Upper-right double-line box-drawing corner.
public const char DoubleTopRight = '╗'
Field Value
DoubleV
Vertical double-line box-drawing line.
public const char DoubleV = '║'
Field Value
Ellipsis
Horizontal ellipsis.
public const char Ellipsis = '…'
Field Value
FullBlock
Full block.
public const char FullBlock = '█'
Field Value
HeavyHorizontal
Heavy horizontal box-drawing line.
public const char HeavyHorizontal = '━'
Field Value
LowerHalfBlock
Lower half block.
public const char LowerHalfBlock = '▄'
Field Value
MarkerLeft
Small left-pointing focus marker.
public const char MarkerLeft = '◂'
Field Value
MarkerRight
Small right-pointing focus marker.
public const char MarkerRight = '▸'
Field Value
MiddleDot
Centered middle dot.
public const char MiddleDot = '·'
Field Value
ShadeDark
Dark shade block.
public const char ShadeDark = '▓'
Field Value
ShadeLight
Light shade block.
public const char ShadeLight = '░'
Field Value
ShadeMedium
Medium shade block.
public const char ShadeMedium = '▒'
Field Value
SingleBottomLeft
Lower-left single-line box-drawing corner.
public const char SingleBottomLeft = '└'
Field Value
SingleBottomRight
Lower-right single-line box-drawing corner.
public const char SingleBottomRight = '┘'
Field Value
SingleCross
Single-line box-drawing intersection.
public const char SingleCross = '┼'
Field Value
SingleH
Horizontal single-line box-drawing line.
public const char SingleH = '─'
Field Value
SingleTDown
Single-line T-junction with a downward stem.
public const char SingleTDown = '┬'
Field Value
SingleTLeft
Single-line T-junction with a leftward stem.
public const char SingleTLeft = '┤'
Field Value
SingleTRight
Single-line T-junction with a rightward stem.
public const char SingleTRight = '├'
Field Value
SingleTUp
Single-line T-junction with an upward stem.
public const char SingleTUp = '┴'
Field Value
SingleTopLeft
Upper-left single-line box-drawing corner.
public const char SingleTopLeft = '┌'
Field Value
SingleTopRight
Upper-right single-line box-drawing corner.
public const char SingleTopRight = '┐'
Field Value
SingleV
Vertical single-line box-drawing line.
public const char SingleV = '│'
Field Value
Square
Filled square.
public const char Square = '■'
Field Value
TriangleDown
Down-pointing filled triangle.
public const char TriangleDown = '▼'
Field Value
TriangleLeft
Left-pointing filled triangle.
public const char TriangleLeft = '◄'
Field Value
TriangleRight
Right-pointing filled triangle.
public const char TriangleRight = '►'
Field Value
TriangleUp
Up-pointing filled triangle.
public const char TriangleUp = '▲'
Field Value
WhiteParallelogram
Unfilled parallelogram.
public const char WhiteParallelogram = '▱'
Field Value
WhiteSquare
Unfilled square.
public const char WhiteSquare = '□'
Field Value
WhiteVerticalRectangle
Unfilled vertical rectangle.
public const char WhiteVerticalRectangle = '▯'