Gets or Sets the Minimum Allowed ZoomLevel. This is the minimum ZoomLevel that can be set before the map can no longer be zoomed out.

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

Syntax

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

See Also