ArcObjects Library Reference (Carto)  

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