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


IMapServerInfo2.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 > IMapServerInfo2 Interface > IMapServerInfo2.BackgroundSymbol Property
ArcGIS Developer Help

IMapServerInfo2.BackgroundSymbol Property

Background symbol of the map (data frame).

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

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 is a polygon. The polygon will have a solid fill with an off-white color (RGB value of 253,253,253).

See Also

IMapServerInfo2 Interface