ESRI.ArcGIS.ADF.Web.UI.WebControls
ImagePath Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ZoomLevel Class : ImagePath Property




The location of the images used by the zoom level control.

Syntax

Visual Basic (Declaration) 
<BindableAttribute(True)>
<ResCategoryAttribute("Zoom Images")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("The location of the images used by the zoom level control.")>
Public Property ImagePath As String
Visual Basic (Usage)Copy Code
Dim instance As ZoomLevel
Dim value As String
 
instance.ImagePath = value
 
value = instance.ImagePath
C# 
[BindableAttribute(true)]
[ResCategoryAttribute("Zoom Images")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The location of the images used by the zoom level control.")]
public string ImagePath {get; set;}

See Also

© 2010 All Rights Reserved.