Position mapicon below mapcontrol center
问题 please I need help with positioning of the mapicon below the mapcontrol.center point like this screenshot here http://www.windowsphone.com/en-us/store/app/sygic-gps-navigation-maps-poi-route-directions/340f7b71-86bc-4f99-8c59-d4a6126c10b1 回答1: Use NormalizedAnchorPoint property of the MapIcon class. It takes a Point , with x and y ranging from 0 to 1. Based on your screenshot (3rd one), you should use a value of (0.5, 1). MapIcon icon = new MapIcon(); icon.NormalizedAnchorPoint = new Point(0