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




The image displayed for a non-selected zoom level.

Syntax

Visual Basic (Declaration) 
<BindableAttribute(True)>
<ResCategoryAttribute("Zoom Images")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("The image displayed for a non-selected zoom level.")>
Public Property DefaultImage As String
Visual Basic (Usage)Copy Code
Dim instance As ZoomLevel
Dim value As String
 
instance.DefaultImage = value
 
value = instance.DefaultImage
C# 
[BindableAttribute(true)]
[ResCategoryAttribute("Zoom Images")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The image displayed for a non-selected zoom level.")]
public string DefaultImage {get; set;}

See Also

© 2010 All Rights Reserved.