MaxAutoZoom Property (Map)
In This Topic
Gets or sets the maximum zoom level value for auto zooming. Valid values are from 0 to 20. 0 (the default) disables auto zoom limiting.
Syntax
'Declaration
Public Property MaxAutoZoom As Double
public double MaxAutoZoom {get; set;}
See Also