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


IMarkerBackgroundSupport.Background Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerBackgroundSupport Interface > IMarkerBackgroundSupport.Background Property
ArcGIS Developer Help

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