编程设置TextBlock的前景色 [英] Programmatically set TextBlock Foreground Color

查看:249
本文介绍了编程设置TextBlock的前景色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在Windows Phone 7的?



我可以引用我的C#代码中的TextBlock要做到这一点,但我不知道到底怎么然后设置它的前景色。

  myTextBlock.Foreground = 
//没有线索...

感谢


解决方案

  textBlock.Foreground =新的SolidColorBrush(Colors.White); 


Is there a way to do this in Windows Phone 7?

I can reference the TextBlock in my C# Code, but I don't know exactly how to then set the foreground color of it.

myTextBlock.Foreground = 
//not a clue...

Thanks

解决方案

 textBlock.Foreground = new SolidColorBrush(Colors.White);

这篇关于编程设置TextBlock的前景色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆