R – image zoom with slider silverlight-3.0 How can I do zooming picture with a slider Best Solution split your problem into two zoom: http://blogs.msdn.com/silverlight_sdk/archive/2008/04/24/deep-zoom-zooming-and-panning-images-using-silverlight-seadragon.aspx slider: http://www.c-sharpcorner.com/UploadFile/mahesh/Slider02262009163833PM/Slider.aspx Related SolutionsR – Creating a 360° panorama from a deep zoom image in Silverlight Have a look at this post that will explain how to create a 360 view in silverlight. Using the Deep Zoom Composer you should be able to add deep zoom to your two half's of you image as you would for any other image. R – Problem setting property value on Custom Control Template Part What is "InitSliderValue"? Maybe its the wrong value type? (Must be a double) Also, zero or negative may not be a valid value. Related Question
Best Solution
split your problem into two
zoom: http://blogs.msdn.com/silverlight_sdk/archive/2008/04/24/deep-zoom-zooming-and-panning-images-using-silverlight-seadragon.aspx
slider: http://www.c-sharpcorner.com/UploadFile/mahesh/Slider02262009163833PM/Slider.aspx