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


IMapAdmin.NonFrameBackground Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapAdmin.NonFrameBackground Property

The background to use when drawing to destinations other than a frame.

[Visual Basic .NET]
Public WriteOnly Property NonFrameBackground
[C#]
public void NonFrameBackground {set;}
[C++]
HRESULT putref_NonFrameBackground(
  IBackground* 
);
[C++]

Parameters [in]
is a parameter of type IBackground

Product Availability

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

See Also

IMapAdmin Interface