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