or
MapPinPoint pinPoint =
new
MapPinPoint()
{
ImageSource =
new
BitmapImage(
new
Uri(
"/CORE;component/WPF/ic_car.png"
, UriKind.RelativeOrAbsolute))
ImageScale = 1.2
};