Increasing font size based on size of label programatically for a Windows Forms app in C#

53 views Asked by At

I want to increase/decrease the font size of the text depending on the size of label in a Windows Forms app using C#.

The label's Autosize property is set to True. The label is placed on one of the cell of a TableLayoutPanel.

Currently I am using the font sizes available in the property of the control to modify the size.

0

There are 0 answers