returns the javascript code in order to pan the map left

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Protected ReadOnly Property PanLeftClientJS As String
	Get
C#
protected string PanLeftClientJS { get; }
Visual C++
protected:
property String^ PanLeftClientJS {
	String^ get ();
}
JavaScript
function get_panLeftClientJS();

See Also