Displaying images
Images are a common way to convey information, application options, or just make things look pretty. The Image
element is typically used to show images, whether they originate from static image files or are generated dynamically. Let's take a look at how this works.
Getting ready
Make sure Visual Studio is up and running.
How to do it...
We'll create a simple image viewer, where the user can browse the file system, select an image and view it.
- Create a new WPF Application named
CH04.Images
. - Add an existing image to the project, to serve as an icon. The downloadable source for this chapter includes an
open.png
image, but you can use any (preferably small) image. - Open
MainWindow.xaml
. Replace the existingGrid
with aDockPanel
. - Add a single ...
Get Windows Presentation Foundation 4.5 Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.