Version

WindowZoomMaximum Property

Gets or sets the maximum possible zoom for the map.
Syntax
'Declaration
 
Public Property WindowZoomMaximum As Double
public double WindowZoomMaximum {get; set;}
Remarks
Setting WindowZoomMaximum to a value greater than or equal to 48 can result in rendering glitches on some elements in MapLayers. Mainly, Silverlight is affected due to optimizations in the framework which can cause precision loss in RenderTransforms.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also