Enum FontStyle

FontStyle enumeration

Specifies style to be applied to text.

[Flags]
public enum FontStyle

Values

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

See Also