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