visual studio 2010 - Zooming in WP application -


I have a big image on my WP application page. It is difficult to see because I want to zoom this image. What do I have to do in my app to do this?

var scale = new scale transform {scale X = 1.5, scale Y = 1.5}; ImgPhoto.RenderTransform = scale;



Comments