#61 – Exporting XAML From Expression Design

When creating a WPF application, you should avoid using bitmaps for images in your application but instead use images drawn using vector graphics.

You can use a tool like Microsoft Expression Design 4 to generate your images.  You can then export these images as XAML, so that you can use them directly in a WPF application.

Advertisement