c# - Windows phone 8 design consideration -


i creating app want display rectangles display image @ background , overlay can display text on top of image. see attached image (mock up)

so easiest approach achieve desired layout?

  1. canvas
  2. rectangle imagestroke

i did 1 day that:

<grid> <grid.rowdefinitions>     <rowdefinition height="*" />     <rowdefinition height="auto" /> </grid.rowdefinitions>  <image grid.rowspan="2"> <textblock grid.row="1" verticalalignement="bottom"/> </grid> 

with code text should @ bottom of image.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -