Hello i am new to silverlight. i need to create zoom in & zoom out options for an image at run time using silverlight. please give some idea. it is better if you explain with some code samples.
+1
A:
Add a ScaleTransform to your image or its container and control the ScaleX and ScaleY properties via some other input mechanism at runtime (typically a Slider control updating the scale values on the its changed event).
Gordon Mackie JoanMiro
2009-03-31 09:11:29
A:
You should checkout vectorlight toolkit. It has out of box controls for Zoom, Pan, Magnifier features. Check Vectorlight.net site.
pencilslate
2009-08-19 17:22:25