![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
DefaultImage Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : DefaultImage Property |
Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <ObsoleteAttribute("Use the LayerFormat property")> <ResDescriptionAttribute("This property is no longer used.")> <NotifyParentPropertyAttribute(True)> <BrowsableAttribute(False)> Public Property DefaultImage As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MapTips Dim value As String instance.DefaultImage = value value = instance.DefaultImage |
C# | |
---|---|
[DefaultValueAttribute()] [ObsoleteAttribute("Use the LayerFormat property")] [ResDescriptionAttribute("This property is no longer used.")] [NotifyParentPropertyAttribute(true)] [BrowsableAttribute(false)] public string DefaultImage {get; set;} |
Property Value
String for the image to use for normal maptip display.This property is set by default to an image within the Web ADF embedded resources. It may be overridden to use a different image by setting the URL so that the client can retrieve the image. For example, if you add an image to the images folder of your Web application called maptip.gif, this property may be set to "images/maptip.gif". Do not use the "~/" notation for ASP.NET applications, since the URL is sent directly to the client.
For best results, all images used for the maptip icon should be the same size: DefaultImage, HoverImage, and ClickImage.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family