ESRI.ArcGIS.ADF.Web
TransparentBackground Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > ImageDescriptor Class : TransparentBackground Property




Whether the background of the image should be transparent.

Syntax

Visual Basic (Declaration) 
Public Property TransparentBackground As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageDescriptor
Dim value As Boolean
 
instance.TransparentBackground = value
 
value = instance.TransparentBackground
C# 
public bool TransparentBackground {get; set;}

Remarks

To have the background of a map resource's images be transparent so that resources below it in the Map are visible in background areas, set this property to true and set the TransparentColor property to a color not used for symbolizing features in the map resource.

Requirements

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

See Also

© 2011 All Rights Reserved.