Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
Here are some examples on how to change label fonts:

label.Font.FontColor = Colors.Red;
label.Font.FontColor = Color.FromRgb(255,0,125);

label.Font.FontWeight = TextFontWeights.Bold;
label.Font.FontItalic = true;