Enum FontStyle
Specifies style information applied to text.
[Flags]
public enum FontStyle
Fields
Bold = 1
Bold text.
Italic = 2
Italic text.
Regular = 0
Normal text.
Strikeout = 8
Text with a line through the middle.
Underline = 4
Underlined text.
Remarks
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.