Renderer="{StaticResource AddressPointRenderer_Display}"
<esri:SimpleRenderer x:Key="AddressPointRenderer_Display"> <esri:SimpleRenderer.Symbol> <esriSymbols:MarkerSymbol> <esriSymbols:MarkerSymbol.ControlTemplate> <ControlTemplate> <StackPanel Orientation="Vertical"> <Ellipse x:Name="Element" Width="5" Height="5" StrokeThickness="10" Stroke="Blue"> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="SelectionStates"> <VisualState x:Name="Unselected" /> <VisualState x:Name="Selected"> <Storyboard> <ColorAnimation Storyboard.TargetName="Element" Storyboard.TargetProperty="(Ellipse.Stroke).(SolidColorBrush.Color)" To="Cyan" Duration="00:00:0.25"/> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> </Ellipse> <TextBlock Foreground="DarkGreen" FontWeight="ExtraBold" Margin="0,10,0,0" Text="{Binding [MY_ATTRIBUTE]}" /> </StackPanel> </ControlTemplate> </esriSymbols:MarkerSymbol.ControlTemplate> </esriSymbols:MarkerSymbol> </esri:SimpleRenderer.Symbol> </esri:SimpleRenderer>
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.