ESRI.ArcGIS.ADF.Web
TransparentColor Property
See Also 
ESRI.ArcGIS.ADF.Web Namespace > ImageDescriptor Class : TransparentColor Property




Gets or sets the color to be rendered as transparent.

Syntax

Visual Basic (Declaration) 
Public Property TransparentColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ImageDescriptor
Dim value As Color
 
instance.TransparentColor = value
 
value = instance.TransparentColor
C# 
public Color TransparentColor {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 and set the TransparentBackground property to true. Use a color for this property that is not used for symbols in the map resource. If features are rendered with this color, those features will be transparent on the image rather than displaying in their designated color.

See Also

© 2010 All Rights Reserved.