Table of Contents

Enum TextDecoration

Namespace
SharpConsoleUI
Assembly
SharpConsoleUI.dll

Text decoration flags for styled rendering. Multiple decorations can be combined using bitwise OR.

[Flags]
public enum TextDecoration
Extension Methods

Fields

Bold = 1
Dim = 8
Invert = 32
Italic = 2
None = 0
Strikethrough = 16
Underline = 4