Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I read this link
How to TILE a background image in WinRT?
I need to have a background image for example 300*1000 pixel i have base image in 300*10 pixel and i want to repeat this base image for the background
i use this line and really TileMode is not in this version of Metro/XAML.


<ImageBrush ImageSource="ms-appx:///Assets/Note.png" Stretch="None" AlignmentY="Top" x:Name="my_image"/>

i want to have to repeat "my_image" for 100times!

have can i do that? is there any idea?

thnak for your attention

What I have tried:

i want to have to repeat "my_image" for 100times!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900