0

I am using EPLUS to create a button and I would like to change the font and font size of the text in the button. How do I do it?

1 Answers1

0

Try something like this

button.Font = new Font("Microsoft Sans Serif", 10);

Waqas Mustafa
  • 192
  • 1
  • 7