0

I want to display text on a secondary tile, like Evernote. Currently, I use the FlipTileData because it supports text on the BackContent property. The problem with FlipTileData is, that I only need the back tile, not the front.

Is there a way to set content on the front or to create a tile which does not flip?

4

1 回答 1

4

Yes, it's possible. You start by creating a standard tile, then render a set of UI elements (eg. TextBlock) to an image to get the desired look, then set it as the 'BackgroundImage' of the tile.

The following tutorial and previous answer should help...

http://wp.qmatteoq.com/how-to-create-cool-custom-tiles-in-a-windows-phone-application/

https://stackoverflow.com/a/9659172/247257

由于以上链接假定 Windows Phone 7,您将需要调整 Windows Phone 8 的磁贴大小并满足新的宽磁贴大小。

于 2013-03-29T19:21:11.943 回答