Determines whether the font is normal, italic, underlined, bold, and so on.
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
Bold | 1 |
The font is boldfaced.
|
Italic | 2 |
The font is italicized.
|
Underline | 4 |
The font is underlined.
|
StrikeOut | 8 |
The font is displayed with a horizontal line through it.
|