Gets or sets the Url of an image to use for the "Pan Up" button

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

Syntax

Visual Basic
<BindableAttribute(True)> _
Public Property PanUpImageUrl As String
	Get
	Set
C#
[BindableAttribute(true)]
public string PanUpImageUrl { get; set; }
Visual C++
[BindableAttribute(true)]
public:
property String^ PanUpImageUrl {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_panUpImageUrl();
function set_panUpImageUrl(value);

See Also