Specifies the character cell attributes supported by the Terminal control.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| Normal | Normal, default attributes. | 0 |
| Reverse | Foreground and background cell colors are reversed. | 1 |
| Bold | The character is displayed using a higher intensity color. | 2 |
| Dim | The character is displayed using a lower intensity color. | 4 |
| Blink | This attribute is currently not supported. | 8 |
| Underline | The character is displayed with an underline. | 16 |
| Hidden | The character is stored in display memory, but not shown. | 32 |
| Protect | The character is protected and cannot be cleared. | 64 |
Namespace: SocketTools
Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)