Specifies the font style.

Namespace:  DYMO.Label.Framework
Assembly:  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 nameValueDescription
None0 Normal style text.
Bold1 Bold text.
Italic2 Italic text.
Underline4 Underline text.
Strikeout8 Strikeout text.

See Also