ArcObjects Library Reference (Display)  

IMarkerBackgroundSupport.Background Property

The marker background.

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

Parameters

Background [out, retval]

  Background is a parameter of type IMarkerBackground

Background [in]

  Background is a parameter of type IMarkerBackground

Product Availability

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

See Also

IMarkerBackgroundSupport Interface