Specifies the font style.
Namespace:
DYMO.Label.FrameworkAssembly: DYMO.Label.Framework (in DYMO.Label.Framework.dll) Version: 1.0.0.0 (8.4.0.1475)
Syntax
| C# |
|---|
[FlagsAttribute] public enum FontStyle |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration FontStyle |
| Visual C++ |
|---|
[FlagsAttribute] public enum class FontStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Normal style text. | |
| Bold | 1 | Bold text. | |
| Italic | 2 | Italic text. | |
| Underline | 4 | Underline text. | |
| Strikeout | 8 | Strikeout text. |