<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)) };
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.