<Slider x:Name="slider1" HorizontalAlignment="Stretch" VerticalAlignment="Top" Maximum=".7" LargeChange="0.1" SmallChange="0.05" Minimum=".1" Value="{Binding ElementName=map1, Path=Layers[1].Opacity, Mode=TwoWay}" /> <esri:Map Background="White" Grid.Row="1" HorizontalAlignment="Stretch" Margin="0,0,0,0" Name="map1" VerticalAlignment="Stretch" > <esri:Map.Layers> <esri:ArcGISTiledMapServiceLayer ID="StreetMapLayer" Url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer"/> <esri:ArcGISTiledMapServiceLayer ID="TopoMap" Opacity="0.1" Url="http://server.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer" /> </esri:Map.Layers> </esri:Map>
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.