like "Map.setMapCursor("pointer")" in the JavaScript API. But I can't find an equivalent method in the SiverLight API. What can I do?
private void FeatureLayer_MouseEnter(object sender, GraphicMouseEventArgs e) { MyMap.Cursor = Cursors.Hand; } private void FeatureLayer_MouseLeave(object sender, GraphicMouseEventArgs e) { MyMap.Cursor = Cursors.Arrow; }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.