vb.net - Label font size changing - Stack Overflow This will change the whole property of label. Yourlabel.Font = New Font ("Font Name", 10, FontStyle.Regular) You could actually change the size of it but you don't use code. Instead just go to the properties of whatever you're trying to change the font size of, and go to the font property.