<StackPanel HorizontalAlignment="Left" VerticalAlignment="Bottom" > <Border x:Name="MagnifyingGlassContainer" Margin="5,0,0,5" VerticalAlignment="Bottom" d:LayoutOverrides="HorizontalAlignment, VerticalAlignment" HorizontalAlignment="Left" > <Grid> <StackPanel Margin="5"> <esri:MagnifyingGlass x:Name="MagnifyingGlass" BorderThickness="0" Map="{Binding ElementName=Map}" VerticalContentAlignment="Center" Height="250" VerticalAlignment="Bottom" Margin="1,1,0,0" HorizontalAlignment="Left" Width="250" d:LayoutOverrides="VerticalAlignment" > <esri:MagnifyingGlass.Layer> <esri:ArcGISTiledMapServiceLayer ID="Test" Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" /> </esri:MagnifyingGlass.Layer> </esri:MagnifyingGlass> </StackPanel> </Grid> </Border> ......... </StackPanel>
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.