<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)) };
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.