Could you suggest a source for xaml toolbar icons (new, open, save, print)?
From what I can tell IconExperience does not provide neither vector or xaml based versions of their icons. I am looking for icons created in xaml that I can use in a WPF application.
You usually don't want to use vectorized icons for toolbar items - it will slow down rendering and they are almost always the same size. Just use a PNG file and make sure that SnapsToDevicePixels is set so they aren't blurry.
I've had problems with my PNG's still being blurry after setting SnapsToDevicePixels.
I found a set of 35 free vista style vector icons at http://www.grafile.com/download/vista_toolbar_xaml.zip via http://rrelyea.spaces.live.com/blog/cns!167AD7A5AB58D5FE!1728.entry
I haven't tried them yet, but it is worth posting about.
If you continue to have problems when using small pngs in wpf check out this post by Hanselman.
Also - If you are using 16x16 pngs, instead of using PNGOUT you can simply set the following options on your image inside your buttons:
Stretch="Uniform" SnapsToDevicePixels="True" Height="16" Width="16"
Leaving any one of these out on any of your images can cause the whole toolbar to render blurry.
ArtistsValley.com has a good collection of XAML icons. Take look at them here http://www.artistsvalley.com
Hi, just added on the site http://www.xamltemplates.net/ a set of icons which include DrawingImages, DrawingBrushes and also in png format from 256x256 to 16x16
Recently came across a site dedicated for XAML icons and that too free.
What is Xamalot? Xamalot.com is a provider of clipart and other XAML resources (and most of our art is also available in other formats, such as PNG or SVG).