Font::Style Property
.NET Framework (current version)
Gets style information for this Font.
Assembly: System.Drawing (in System.Drawing.dll)
The following code example demonstrates how to set the Font property of a button to a new bold font using the FontStyle enumeration. This example is designed to be used with Windows Forms. Create a form containing a button named Button1 and paste the following code into it. Associate the Button1_Click method with the button's Click event.
.NET Framework
Available since 1.1
Available since 1.1
Show: