c# - Can you add xaml into your FlipTileData BackContent? -


is possible set xaml inside fliptiledata.backcontent? want able set full layout multiple lines, control on spacing , layout , maybe inline image. possible or fliptiledata.backcontent limited text only?

this current code backcontent can not other text work in there.

private fliptiledata getsecondarytiledata()     {         fliptiledata tiledata = new fliptiledata         {             title = resortfortile.listname,             backgroundimage = new uri("/assets/tiles/mountaintile.png", urikind.relative),             backcontent = ""         };          return tiledata;     } 

you cannot set xaml backcontent can render xaml image , set backbackgroundimage image.

more info @ http://www.jayway.com/2012/04/03/advanced-transparent-live-tiles-with-count-for-windows-phone/


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -