You can easily browse a single picture with the help of ImageBrowser.
1 | public class ImageBrowser : Window |
Case
After the constructor passes in the picture address, you can start to browse the picture:
1 | new ImageBrowser(new Uri("pack://application:,,,/Resources/Img/1.jpg")).Show() |

Features
The screenshot of the function panel is as follows:

The functions from left to right are: Save to local, Open the picture with the system default program, Zoom out the picture, Enlarge the picture, Original size, Turn left picture, Turn right picture .