Gets or Sets the Maximum Allowed ZoomLevel. This is the maximum ZoomLevel that can be set before the map can no longer be zoomed in.

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
<BindableAttribute(True)> _
Public Property MaxZoomLevel As Single
	Get
	Set
C#
[BindableAttribute(true)]
public float MaxZoomLevel { get; set; }
Visual C++
[BindableAttribute(true)]
public:
property float MaxZoomLevel {
	float get ();
	void set (float value);
}
JavaScript
function get_maxZoomLevel();
function set_maxZoomLevel(value);

See Also