<esri:InfoWindow x:Name="MyInfoWindow" Padding="2" CornerRadius="20" Background="{StaticResource PanelGradient}" Map="{Binding ElementName=MyMap}" ContentTemplate="{StaticResource MyFeatureLayerInfoWindowTemplate}" MouseLeftButtonUp="MyInfoWindow_MouseLeftButtonUp" />
<DataTemplate x:Key="MyFeatureLayerInfoWindowTemplate"> <TextBlock Text="{Binding [STATE_NAME]}" Foreground="White" FontSize="12" /> </DataTemplate>
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.