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