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?
Asked
Active
Viewed 42 times
1 Answers
0
Try something like this
button.Font = new Font("Microsoft Sans Serif", 10);

Waqas Mustafa
- 192
- 1
- 7
-
EPPLUS does not appear to support button.Font – Kerry Smith Jan 07 '21 at 19:41