ESRI.ArcGIS.ADF.Web
TransparentBackground Property
See Also 
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.

See Also

© 2010 All Rights Reserved.