如何更改windows 8 live tile文字颜色?

时间:2013-09-26 10:42:08

标签: windows-8 winrt-xaml

我正在创建一个Windows 8应用程序,我想在其中更改动态磁贴的前景。我找到了set of templates,但没有找到任何方法来更改实时图块的文字颜色。

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 个答案:

答案 0 :(得分:4)

您只有两种选择实时平铺文字颜色,白色&amp;黑色。你有没有见过任何有红色或蓝色前景的实时图块文字,然后让我看看,我很绝望。

enter image description here

enter image description here

enter image description here