returns the javascript code in order to pan the map down

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

Syntax

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

See Also