FontStyle Property (TextStyleEventArgs)
In This Topic
The FontTyle property indicates the font style attributes (e.g.: bold, italics, underline, etc.).
Syntax
'Declaration
Public ReadOnly Property FontStyle As System.Drawing.FontStyle
public System.Drawing.FontStyle FontStyle {get;}
See Also