How to change the size of the letters in a label?

  • Thread starter Thread starter Metaconta
  • Start date Start date
M

Metaconta

Guest
Hello:

Following this mini videotutorial, you can now create a Windows form.

See video 1.

See video 2.

How do I change the size of the letters in a label in the F # language?

In the C # language, it is done like this.

this.label_Mensaje.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
How is it done in F#?

Greetings.
http://electronica-pic.blogspot.com

Continue reading...
 
Back
Top