jueves, 6 de noviembre de 2014

C# - How to change a textbox font type and size

textBox1.Font = new Font("Gigi", textBox1.Font.Size * 2.1f);

No hay comentarios.:

Publicar un comentario