Hi all....

I need help in silverlight 5...

I have a canvas and a path inside it as follows:
 
 

 


Now, I want to move these Data Points through program.

Syntax of Data Property-
public Geometry Data { get; set; }
--------
My issue is that what should I do so that I can zoom-in and zoom-out an image with this Data Property.


Please help me out...

Thank you all in advance...