This document is archived and information here might be outdated.  Recommended version.


IRasterStretch2.BackgroundColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretch2 Interface > IRasterStretch2.BackgroundColor Property
ArcGIS Developer Help

IRasterStretch2.BackgroundColor Property

The color of background.

[Visual Basic .NET]
Public Property BackgroundColor As IColor
[C#]
public IColor BackgroundColor {get; set;}
[C++]
HRESULT get_BackgroundColor(
  IColor** ppColor
);
[C++]
HRESULT putref_BackgroundColor(
  IColor* ppColor
);
[C++]
Parameters
ppColor [out, retval]

ppColor is a parameter of type IColor** ppColor [in]
ppColor is a parameter of type IColor*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterStretch2 Interface