c# - How to create a background with a texture on Windows Phone 8.0/8.1 using XAML -


i need create backgroud using single image (100x100px) , repeat (using code) on screen (like texture), how can realize of this? simple code:

<phone:panorama>     <phone:panorama.background>             <imagebrush strech="????" imagesource="/img/texture.png"/>     </phone:panorama.background> </phone:panorama> 

the problem:

enter image description here

thank help.

since there no options tile imagebrush, should try set tiling background panorama control via overrided panorama template. here example xaml code on background. can put tiling image instead of xaml code.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -