Gets or sets a color in the underlying raster that will not be displayed by the RasterLayer.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Color BackgroundTransparentColor { get; set; }
Visual Basic (Declaration)
Public Property BackgroundTransparentColor As Color

Field Value

A Color in the underlying raster that will not be displayed by the RasterLayer.

Remarks

Sometimes there are homogeneous areas in a raster dataset that you don't want to display. These can include borders, backgrounds, or other data considered to not have valid values. Use this property to designate a specific color in the raster that will not be displayed by the layer.

See Also