IanK Commented 2 Years ago through
Blogs
Dinesh,
Useful artical but the lines
st.CenterX = (pin as FrameworkElement).Height / 2;
st.CenterY = (pin as FrameworkElement).Height / 2;
caused me some headaches as my pushpins started moving around on changing zoom level. It looks ...