<esri:Legend x:Name="Legend" LayerIDs="USAID_Layers" LayerItemsMode="Tree" Map="{Binding ElementName=Map}" Refreshed="Legend_Refreshed" ShowOnlyVisibleLayers="True"> <esri:Legend.LegendItemTemplate> <DataTemplate> <StackPanel Margin="0,-3" Orientation="Horizontal"> <Image MinWidth="20" Margin="0,-1" HorizontalAlignment="Center" VerticalAlignment="Center" Source="{Binding ImageSource}" Stretch="None" /> <TextBlock MinWidth="80" Margin="5,0" VerticalAlignment="Center" Text="{Binding Label}" /> </StackPanel> </DataTemplate> </esri:Legend.LegendItemTemplate> </esri:Legend>
<esri:Legend.LegendItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal"> <Image MinWidth="20" HorizontalAlignment="Center" VerticalAlignment="Center" Opacity="{Binding Path=DataContext.Layer.Opacity, RelativeSource={RelativeSource AncestorType=esriToolkitPrimitives:TreeViewItemExtended, AncestorLevel=2}}" Source="{Binding ImageSource}" Stretch="None" /> <TextBlock Margin="5,0,0,0" VerticalAlignment="Center" Text="{Binding Label}" /> </StackPanel> </DataTemplate> </esri:Legend.LegendItemTemplate>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.