Font size property

  • Thread starter Thread starter Aris
  • Start date Start date
A

Aris

How can I change the font size of a textbox from my code?
I read the documentation and says that I cannot from my
own code.

Thanks
 
Textbox1.Font = new Font(Textbox1.Font.Name, newSize, Textbox1.Font.Style);
 
Back
Top