This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerBackgroundSupport Interface > IMarkerBackgroundSupport.Background Property (ArcObjects .NET 10.5 SDK) |
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