![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
BackColor Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto Namespace > ImageDescriptor Class : BackColor Property |
Visual Basic (Declaration) | |
---|---|
Public Property BackColor As Color |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ImageDescriptor Dim value As Color instance.BackColor = value value = instance.BackColor |
C# | |
---|---|
public Color BackColor {get; set;} |
This is the color drawn in the background of the map, for any areas where no features occur. If map features (in polygon or image layers) completely occupy all areas of the map extent, then the background color will not be used.
The background of the map may be made transparent, so that if the map image is stacked on top of other images, the image underneath will show through where the background pixels are set transparent. Any of the following will cause the background of the map to be transparent:
- Set the TransparentColor property to the same color as BackColor
- Set BackColor to Color.Transparent
- Set TransparentBackground to true
However, if BackColor is set to Color.Empty, then no background or transparent color information is included in the request to the server when the map is drawn.
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