【发布时间】:2013-09-30 12:42:30
【问题描述】:
当一个按钮被点击时,它会以用户为windwos手机设备设置的主题颜色突出显示。应该调用什么方法来覆盖这种行为。我尝试使用MouseEnter并将背景设置为白色,但它不起作用,
System.Windows.Media.SolidColorBrush whiteBrush = new System.Windows.Media.SolidColorBrush(System.Windows.Media.Color.FromArgb(255, 255, 255, 255));
signIn.Background = whiteBrush;
有人可以帮忙吗?
【问题讨论】:
-
感谢乐于帮助:)
标签: c# xaml windows-phone-7 windows-phone-8