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 Integer
Get
Set |
C# |
---|
[BindableAttribute(true)]
public int MaxZoomLevel { get; set; } |
Visual C++ |
---|
[BindableAttribute(true)]
public:
property int MaxZoomLevel {
int get ();
void set (int value);
} |
JavaScript |
---|
function get_maxZoomLevel();
function set_maxZoomLevel(value); |
See Also