Enum ConsoleFormattingType
Console formatting type
Namespace: Terminaux.Base.Extensions
Assembly: Terminaux.dll
Syntax
public enum ConsoleFormattingType
Fields
Name | Description |
---|---|
Conceal | [8] Conceals text |
Default | [0] Default formatting |
Encircled | [52] Encircled |
Faint | [2] Reduced intensity (either light or dim) text |
FastBlink | [6] Blinks the cursor quickly |
Framed | [51] Framed |
Intense | [1] Intense (either bold or bright) text |
Italic | [3] Italic text |
NoProportionalSpacing | [50] No proportional spacing |
NotBlinking | [25] Not blinking |
NotBold | [21] Not bold |
NotFramedEncircled | [54] Not framed/encircled |
NotIntense | [22] Not intense |
NotItalic | [23] Not italic |
NotOverlined | [55] Not overlined |
NotReversed | [27] Not reversed |
NotStruckthrough | [29] Not struckthrough |
NotUnderlined | [24] Not underlined |
Overlined | [53] Overlined |
ProportionalSpacing | [26] Proportional spacing |
Reveal | [28] Reveal |
Reverse | [7] Swaps background and foreground colors |
SlowBlink | [5] Blinks the cursor slowly |
Strikethrough | [9] Strikes text through |
Underline | [4] Underlined text |