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 nameDescription
Supported by the .NET Compact FrameworkLightColor
Light foreground color.
Supported by the .NET Compact FrameworkItalic
Italic text.
Supported by the .NET Compact FrameworkUnderline
Underlined text.
Supported by the .NET Compact FrameworkBold
Bold text.
Supported by the .NET Compact FrameworkInverseColor
Inversed color.
Supported by the .NET Compact FrameworkLightBackColor
Light background color.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also