xmlns:esriSymbols="clr-namespace:ESRI.ArcGIS.Client.Symbols;assembly=ESRI.ArcGIS.Client"> <esriSymbols:MarkerSymbol x:Name="SomeCustomMarkerSymbol"> <esriSymbols:MarkerSymbol.ControlTemplate> <ControlTemplate> <Grid x:Name="RootElement"> <!-- Add any content here. Button, Image, Button with Image Content, Custom Menu, etc...--> <Button Content="A Button I Added!"/> </Grid> </ControlTemplate> </esriSymbols:MarkerSymbol.ControlTemplate> </esriSymbols:MarkerSymbol>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.