How do you change the text colour of a label programmatically in Microsoft Expression Blend 4
问题 How do I change a label's colour (for example labelname = myLBL) programmatically? Thanks Andy 回答1: Ehrm... how about: myLBL.Foreground = Brushes.Black; 来源: https://stackoverflow.com/questions/3712938/how-do-you-change-the-text-colour-of-a-label-programmatically-in-microsoft-expre