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




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

Syntax

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

See Also

© 2010 All Rights Reserved.