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

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.