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




The image displayed for the selected zoom level.

Syntax

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

See Also

© 2010 All Rights Reserved.