windows-8 - 如何更改 Windows 8 动态磁贴文本颜色?

标签 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>

请帮助我!

最佳答案

动态图 block 文本颜色只有两种选择:白色和黑色。你有没有见过任何带有红色或蓝色前景的动态平铺文本,然后让我看看,我很绝望。

enter image description here

enter image description here

enter image description here

关于windows-8 - 如何更改 Windows 8 动态磁贴文本颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19026005/

相关文章:

windows-8 - Win8 : Registration of the app in the layout folder . .. 失败

html - 如何改变metro-ui网站的宽度

c# - 当目标应用程序以管理员身份运行时,ShowWindow 功能不起作用

windows-8 - 类似于 GridView 的页面,但具有静态组,并且每个组部分将具有不同的布局

c# - CanExecute() 返回 true 并且按钮仍然被禁用

c# - 如何在 Windows 8 Metro 应用程序中获取 GridView.Selected Item 的滚动位置

windows - 通过 LLVM 或 GCC 以 WinRT 为目标

tomcat - Windows 8 + Jdk 6 + Apache Tomcat7

windows-8 - 如何在 WinRT 中平铺背景图像?

c# - 无法将字符串转换为 Windows.UI.Xaml.Controls.IconElement