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


IMapDescription2.BackgroundSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDescription2 Interface > IMapDescription2.BackgroundSymbol Property
ArcGIS Developer Help

IMapDescription2.BackgroundSymbol Property

Background symbol of the Map.

[Visual Basic .NET]
Public Property BackgroundSymbol As IFillSymbol
[C#]
public IFillSymbol BackgroundSymbol {get; set;}
[C++]
HRESULT get_BackgroundSymbol(
  IFillSymbol** FillSymbol
);
[C++]
HRESULT put_BackgroundSymbol(
  IFillSymbol* FillSymbol
);
[C++]
Parameters
FillSymbol [out, retval]

FillSymbol is a parameter of type IFillSymbol** FillSymbol [in]
FillSymbol is a parameter of type IFillSymbol*

Product Availability

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

Remarks

If the background symbol and color are not explicitly set in the original map document (.mxd), the default background symbol a solid-filled symbol with an off-white color (RGB value of 253,253,253).

See Also

IMapDescription2 Interface