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