问题
I am creating a windows 8 application in which I want to change foreground of live tile. I Have found a set of templates but didn't find any way to change live tile's text color.

I have written following template code in my application.
<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>
Please Help me!
回答1:
You have only two choice for live tile text color, white & black. Have you ever seen any live tile text with red or blue foreground, then let me see, I am desperate.



来源:https://stackoverflow.com/questions/19026005/how-to-change-windows-8-live-tile-text-color