In Arcgis runtime for .net 10.2.7

634
3
03-27-2019 06:47 PM
蛋蛋蛋蛋
New Contributor

I want to custom a PictureMarkerSymbol Support to ControlTemplate,What shall I do?

Tags (1)
0 Kudos
3 Replies
蛋蛋蛋蛋
New Contributor

How do I custom symbol and animation symbol??

0 Kudos
dotMorten_esri
Esri Notable Contributor

You can't use XAML to define symbols, as features on the map are rendered by a high-performance DirectX Graphics Engine. You could use XAML to generate the source image for a picturemarkersymbol, (using WritableBitmap), but you won't get any animation that way.

0 Kudos
蛋蛋蛋蛋
New Contributor

Can you give me some suggestions? How can I add an animation symbol?Thanks

0 Kudos