Could you suggest a source for xaml toolbar icons (new, open, save, print)?
closed as not constructive by LittleBobbyTables, Dharmendra, Maerlyn, stusmith, Wooble Dec 4 '12 at 13:47
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
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. |
|||||||||||||||||||
|
|
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). |
|||
|
|
|
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:
Leaving any one of these out on any of your images can cause the whole toolbar to render 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 via http://rrelyea.spaces.live.com/blog/cns!167AD7A5AB58D5FE!1728.entry I haven't tried them yet, but it is worth posting about. |
|||||
|
|
ArtistsValley.com has a good collection of XAML icons. Take look at them here http://www.artistsvalley.com |
|||
|
|
|
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 |
|||
|
|
|
|
|||
|
|
|
Old question but I know very few people know that Visual Studio comes bundled with a set of standard icons (including vector ones) in a zip file. The Tango desktop project which is the official source of Linux icons (I think) is also a great resource |
|||
|
|
protected by Will♦ Aug 13 '10 at 17:55
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.