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
Post a Comment