Windows 8 - Custom Live Tile

纵然是瞬间 提交于 2019-12-07 11:53:35

问题


We are developing an app for Windows 8 in C#.

Our app involves drawings the user creates, and we'd like to incorporate their drawings into the live tile.

I have found examples of setting text and pictures as your app's live tile. Is there a way to do custom stuff to render lines, etc.?

Or is the only way to do what we need by rendering a PNG out to our app's AppData directory?


回答1:


You will need to render a PNG or JPG into the apps data directory. The live tile has a fixed number of pre-defined templates and outside of that all you can do is pick the template with a full-tile image and supply your own image.



来源:https://stackoverflow.com/questions/12149591/windows-8-custom-live-tile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!