<!-- place this under resources --> <esri:SimpleRenderer x:Key="MySimpleRenderer" Symbols ="{StaticResource SelectMarkerSymbol}"/> <!-- place this under Map.layers--> <esri:GraphicsLayer ID="MyGraphicsLayer" Renderer="{StaticResource MySimpleRenderer}"/>
Symbol symbol = LayoutRoot.Resources["SelectMarkerSymbol"] as Symbol; Renderer renderer = LayoutRoot.Resources["MySimpleRenderer"] as Renderer;
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.