Specifies the appearance of the blinking text.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration BlinkingText |
C# |
---|
[FlagsAttribute] public enum BlinkingText |
Members
Member name | Description | |
---|---|---|
LightColor | Light foreground color. | |
Italic | Italic text. | |
Underline | Underlined text. | |
Bold | Bold text. | |
InverseColor | Inversed color. | |
LightBackColor | Light background color. |