<esri:Map x:Name="MyMap"> <esri:ArcGISTiledMapServiceLayer Url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" /> <esri:FeatureLayer ID="HomelandSecurity" Url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/BloomfieldHillsMichigan/LandusePlanning/FeatureServer/0"/> </esri:Map> <Slider x:Name="MySlider" VerticalAlignment="Top" Minimum="0" Maximum="1" Value="{Binding ElementName=MyMap, Path=Layers[HomelandSecurity].Opacity, Mode=TwoWay}" />
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.