This document is archived and information here might be outdated. Recommended version. |
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*