<esri:Legend Map=.........> <esri:Legend.LegendItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal"> <Image Source="{Binding ImageSource}" HorizontalAlignment="Center" VerticalAlignment="Center" Stretch="None" MinWidth="20" /> <TextBlock Text="{Binding Label}" Margin="5,0,0,0" VerticalAlignment="Center" /> </StackPanel> </DataTemplate> </esri:Legend.LegendItemTemplate> </esri:Legend>
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.