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




The image displayed at the highest zoom level end of the zoom level control.

Syntax

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

See Also

© 2010 All Rights Reserved.