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?
Try something like this
button.Font = new Font("Microsoft Sans Serif", 10);
2.1m questions
2.1m answers
60 comments
57.0k users