Specifies terminal font style.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration TerminalFontStyles
C#
[FlagsAttribute]
public enum TerminalFontStyles

Members

Member nameDescription
Supported by the .NET Compact FrameworkRegular
Regular text.
Supported by the .NET Compact FrameworkBold
Bold text.
Supported by the .NET Compact FrameworkItalic
Italic text.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also