FontStyle

FontStyle enumeration

Specifies style information applied to text.

[Flags]
public enum FontStyle

Values

NameValueDescription
Regular0Normal text.
Bold1Bold text.
Italic2Italic text.
Underline4Underlined text.
Strikeout8Text with a line through the middle.

See Also