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.ControlsAssembly: EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property MaxZoomLevel As Single |
| C# |
|---|
[BindableAttribute(true)] public float MaxZoomLevel { get; set; } |
| Visual C++ |
|---|
[BindableAttribute(true)] public: property float MaxZoomLevel { float get (); void set (float value); } |