<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>
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.