<esri:Map x:Name="MyMap" Width="{Binding}" Margin="5" IsLogoVisible="False" WrapAround="True" ExtentChanged="MyMap_ExtentChanged" ExtentChanging="MyMap_ExtentChanging" Background="Transparent" BorderBrush="Crimson" BorderThickness="0" > <esri:ArcGISTiledMapServiceLayer ID="BackgroundLayer" Opacity="0.85" Url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer"/> </esri:Map>