<esri:PictureMarkerSymbol x:Key="GlobePictureSymbol" OffsetX="8" OffsetY="8" Source="/Assets/images/globe-16x16.png" />
PictureMarkerSymbol pms = new PictureMarkerSymbol() { OffsetX = 8, OffsetY = 8, Source = new BitmapImage(new Uri("/Assets/images/globe-16x16.png", UriKind.RelativeOrAbsolute)) };
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.