Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基于在 bing 地图中显示图钉的纬度、经度值。我需要显示用户名、用户地址、一侧箭头和一个关闭按钮等布局。当单击图钉时需要显示该布局。请帮助我..
提前致谢..
Bing 地图控件接受任何 UIElement 作为子元素,因此您可以使用 UserControl。
使用您需要的布局创建一个用户控件。然后,您可以将点击事件连接到控件的视觉状态更改。