可以标志性的宽实时瓷砖翻转

时间:2014-09-06 10:30:53

标签: c# windows-phone-8 live-tile

如何创建一个宽大的实时图块,它会翻转和更改?我搜索它,大部分结果都不符合我的要求。

这将创建一个宽瓷砖,但我该如何翻转呢?

IconicTileData TileData = new IconicTileData()
{
   Title = "[title]",
   Count = [count],
   WideContent1 = "[1st row of content]",
   WideContent2 = "[2nd row of content]",
   WideContent3 = "[3rd row of content]",
   SmallIconImage = [small Tile size URI],
   IconImage = [medium/wide Tile size URI],
   BackgroundColor = [.NET color type of Tile]
};

1 个答案:

答案 0 :(得分:0)

你做不到。实现目标的唯一方法是使用翻转瓷砖并自己渲染图像,使它们看起来像一个标志性的瓷砖。