Hey everyone,
I would like to change the font size programmaticall y via C# to use pixels instead of the standard point system.
The code below is what I have now and want to change it to use pixels instead.
Thanks,
Yoda.
I would like to change the font size programmaticall y via C# to use pixels instead of the standard point system.
The code below is what I have now and want to change it to use pixels instead.
Code:
GridView1.RowStyle.Font.Size = FontUnit.XSmall;
Yoda.
Comment