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);
1.4m articles
1.4m replys
5 comments
57.0k users