Gets or sets the current ZoomLevel of the TiledSFMap
Namespace:
EGIS.Web.Controls
Assembly:
EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
<BindableAttribute(True)> _
Public Property ZoomLevel As Integer
Get
Set |
C# |
---|
[BindableAttribute(true)]
public int ZoomLevel { get; set; } |
Visual C++ |
---|
[BindableAttribute(true)]
public:
property int ZoomLevel {
int get ();
void set (int value);
} |
JavaScript |
---|
function get_zoomLevel();
function set_zoomLevel(value); |
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException | if ZoomLevel less than or equal to zero |
See Also