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 Dwayne P
on
Nick Thissen wrote:
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;

Correct me if I am wrong Nick, that snippit of code gave an error on "Colors". Did I act correctly by adding this to the top of the code?
using System.Windows.Media;