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