改变hypelinkbutton的颜色this.hlSendFax.Foreground=new XXX?;this.hlSendFax.Foreground=new SolidColorBrush(Colors.Black);我这样写的时候,label的颜色可以改变,hypelinkbutton就没反应请问应该如何写?[解决办法]hypelinkbutton是动态生成的吗?这么写应该是没有错误的。