Icons in Silverlight: Images vs. Vectors
Posted
by Shnitzel
on Stack Overflow
See other posts from Stack Overflow
or by Shnitzel
Published on 2010-04-21T16:53:24Z
Indexed on
2010/04/25
12:13 UTC
Read the original article
Hit count: 226
I like using the vector drawing feature of Expression Blend to create icons. That way I can change colors easily on my icons without having to resort to an image editor.
But my question is... Say I have a treeview control that has an icon next to each tree element and say I have hundreds of elements. Do you think using images is faster - performance wise than using vector icons? B/c I'd rather use vectors but I'm wondering about performance concerns.
© Stack Overflow or respective owner