Gets or sets the Url of an image to use for the "Pan Left" button
Namespace:
EGIS.Web.ControlsAssembly: EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property PanLeftImageUrl As String |
| C# |
|---|
[BindableAttribute(true)] public string PanLeftImageUrl { get; set; } |
| Visual C++ |
|---|
[BindableAttribute(true)] public: property String^ PanLeftImageUrl { String^ get (); void set (String^ value); } |