How to make looping background in Expression Blend / wpf?
How can i make something similar to this looping anim开发者_开发技巧ation? http://www.jimmcneill.com/loopdemo2.html
I would use an ImageBrush with TileMode
set to Tile
, perhaps on a Canvas. Use a ScrollViewer to scroll through.
精彩评论