我正在創建一個Windows 8應用程序,我想在其中更改活動切片的前景。我找到了set of templates,但沒有找到任何方法更改活動圖塊的文本顏色。如何更改Windows 8的活瓷磚文字顏色?
我已經寫了下面的我的應用程序模板代碼。
<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>
請幫幫我!
看看這是任何使用http://stackoverflow.com/q/18755773/1654121 –