Create a new folder named Source.
In the Exported Data\dzc_output\GeneratedImages folder created by Deep Zoom Composer, copy the generated dzc_output.xml file and the dzc_output_files folder to the Source folder.
In Visual Studio, open MainPage.xaml.
Within the Grid element, add the following MultiScaleImage element.
<MultiScaleImage x:Name="deepZoomObject" Source="source/dzc_output.xml" />
Build and run the application.
You should see Deep Zoom image fill the entire browser window.