I did quite a bit of developing with WPF and now moving over to silverlight.
In WPF the following existed and i wanted to see if they are still apparent using Silverlight or its changed? or something else is preferred?
WPF uses device independent pixels so you can scale up and down without distorting, i presume silverlight uses these measurements also? or is it pixels?
WPF recommended not including any Bitmap art but using XAML art otherwise images will become distorted when scaled up / down. Does this apply to silverlight?
What is the recommendations for using images for toolbar pictures - we can use bitmaps / icons or some other special way?
Anything else i might need to know before making the change?
Thanks in advance