<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>
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.