Use the Font property for the control along with the Font class in the System.Drawing class.
button1.Font = new Font ('Courier', 10, FontStyle.Bold);
Use the Font property for the control along with the Font class in the System.Drawing class.
button1.Font = new Font ('Courier', 10, FontStyle.Bold);
Share with