Determines whether the font is normal, italic, underlined, bold, and so on.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum IEFontStyle
Public Enumeration IEFontStyle
public enum class IEFontStyle

Members

MemberValueDescription
Bold1
The font is boldfaced.
Italic2
The font is italicized.
Underline4
The font is underlined.
StrikeOut8
The font is displayed with a horizontal line through it.

See Also