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


IWMSMapLayer3.BackgroundColor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IWMSMapLayer3.BackgroundColor Property

Background color for the WMS Map Layer image.

[Visual Basic .NET]
Public Property BackgroundColor As IColor
[C#]
public IColor BackgroundColor {get; set;}
[C++]
HRESULT get_BackgroundColor(
  IColor** ppColor
);
[C++]
HRESULT put_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

IWMSMapLayer3 Interface