returns the javascript code in order to zoom out of the map (X2)
Namespace:
EGIS.Web.ControlsAssembly: EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Protected ReadOnly Property ZoomOutClientJS As String Get |
C# |
---|
protected string ZoomOutClientJS { get; } |
Visual C++ |
---|
protected: property String^ ZoomOutClientJS { String^ get (); } |
JavaScript |
---|
function get_zoomOutClientJS(); |