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