<esri:Map x:Name="Map" Background="White" IsLogoVisible="False" Extent="{StaticResource StartExtent}" >
<esri:ArcGISTiledMapServiceLayer ID="BaseLayer" Url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" />
<esri:FeatureLayer IsHitTestVisible="True" SelectionColor="Cyan" Url="http://my.." ID="Counties" Opacity="0.6" >
<esri:FeatureLayer.FeatureSymbol>
<esri:SimpleFillSymbol BorderThickness="3"/>
</esri:FeatureLayer.FeatureSymbol>
</esri:FeatureLayer>
<esri:FeatureLayer IsHitTestVisible="True" SelectionColor="Cyan" Url="http://my.." >
<esri:FeatureLayer.FeatureSymbol>
<esri:FillSymbol Fill="Transparent">
<esri:FillSymbol.BorderBrush>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop Color="Black" Offset="0"/>
<GradientStop Color="#FF4357C2" Offset="1"/>
</LinearGradientBrush>
</esri:FillSymbol.BorderBrush>
</esri:FillSymbol>
</esri:FeatureLayer.FeatureSymbol>
</esri:FeatureLayer>
<esri:FeatureLayer IsHitTestVisible="True" SelectionColor="Cyan" Url="http://mmsbuild.spatialsys.com/arcgis/rest/services/AllianceResidential/AllianceResidential/MapServer/0" ID="Properties" />
</esri:Map>
<esri:SimpleFillSymbol x:Key="MySimpleFillSymbol"
Fill="Transparent"
BorderBrush="Black"
BorderThickness="2" />
<esri:SimpleRenderer x:Key="MySimpleRenderer" Symbol="{StaticResource MySimpleFillSymbol}"/>
<esri:FeatureLayer ID="Polygon"
Renderer="{StaticResource MySimpleRenderer}" Url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/BloomfieldHillsMichigan/LandusePlanning/FeatureServer/2" />