<esri:MarkerSymbol x:Key="SymbolIDName" OffsetX="15" OffsetY="28"> <esri:MarkerSymbol.ControlTemplate> <ControlTemplate> <Canvas Width="35" Height="35"> <Image Source="ImageSource" Width="30" Height="30"/> <TextBlock Foreground="White" Canvas.Top="-8.5" Canvas.Left="22" Text="{Binding Attributes[LabelAttribute]}" /> </Canvas> </ControlTemplate> </esri:MarkerSymbol.ControlTemplate> </esri: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.