ArcObjects Library Reference (Carto)  

IFrameProperties.Background Property

Frame background used by this element.

[Visual Basic .NET]
Public Property Background As IBackground
[C#]
public IBackground Background {get; set;}
[C++]
HRESULT get_Background(
  IBackground** Background
);
[C++]
HRESULT put_Background(
  IBackground* Background
);
[C++]

Parameters

Background [out, retval]

  Background is a parameter of type IBackground

Background [in]

  Background is a parameter of type IBackground

Product Availability

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

See Also

IFrameProperties Interface

.NET Samples

Modify the appearance of the PageLayoutControl's page (Code Files: PageAppearance) | Update a frame's background, border, and shadow using the SymbologyControl (Code Files: FrameProperties)