2014-09-06 69 views
0

如何創建廣泛的活瓷磚,它會翻轉和更改?我搜索它,大部分結果不符合我的要求。可以標誌性的廣泛活瓷磚翻轉

這將創建一個廣泛的瓷磚,但我該如何翻轉它?

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] 
}; 

回答

0

你不能。你能達到目標的唯一方法就是使用翻轉平鋪並自己渲染圖像,使它們看起來像一個標誌性的瓷磚。