returns the javascript code in order to pan the map up

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

Syntax

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

See Also