Gets or sets the Url of an image to use for the "Zoom Out" button
Namespace:
EGIS.Web.Controls
Assembly:
EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
<BindableAttribute(True)> _
Public Property ZoomOutImageUrl As String
Get
Set |
C# |
---|
[BindableAttribute(true)]
public string ZoomOutImageUrl { get; set; } |
Visual C++ |
---|
[BindableAttribute(true)]
public:
property String^ ZoomOutImageUrl {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_zoomOutImageUrl();
function set_zoomOutImageUrl(value); |
See Also