Gets the style attribute (such as bold, italic and underline) applied to the font.
public FontStyle FontStyle { get; }
An enumeration value that represents the combination of style attributes applied to the font. The FontStyle enumeration includes values such as Regular
, Bold
, Italic
, Underline
, Strikeout
, and combinations thereof.