2013-09-26 76 views
3

我正在创建一个Windows 8应用程序,我想在其中更改活动切片的前景。我找到了set of templates,但没有找到任何方法更改活动图块的文本颜色。如何更改Windows 8的活瓷砖文字颜色?

I want to cannge color of text which is shown on the live tile

我已经写了下面的我的应用程序模板代码。

<tile> 
    <visual> 
     <binding template=""TileWidePeekImage01""> 
      <image id=""1"" src=""{0}"" alt=""alt text""/> 
      <text id=""1"">ActySystem</text> 
      <text id=""2"">{1} Updated: {2} {3}</text> 
     </binding> 
    </visual> 
</tile> 

请帮帮我!

+1

看看这是任何使用http://stackoverflow.com/q/18755773/1654121 –

回答

3

您只有两个选择活瓦文字颜色,白色&黑色。你有没有看过任何带有红色或蓝色前景的活瓷砖文字,然后让我看看,我很绝望。

enter image description here

enter image description here

enter image description here

+0

感谢您的解决方案.... –

+0

你”欢迎:) – Xyroid