Hell all,I cannot get the MaximumExtent property to honor the MaximumExtent. The OverviewMap will be static (desired) but instead of the extent defined by the MaximumExtent property, the extent is the full extent of the ArcGISTiledMapServiceLayer used as a source.
<esri:OverviewMap x:Name="MyOverviewMap" Width="130" Height="130" Map="{Binding ElementName=MyMap}" IsStatic="True" MaximumExtent="3005535,596476,3070530,644436" >
<esri:OverviewMap.Layer>
<esri:ArcGISTiledMapServiceLayer ID="OverViewMap" Url="<ServerAddress>"/>
</esri:OverviewMap.Layer>
</esri:OverviewMap>