Provides access to members that control the marker text background.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IMarkerTextBackground can be used to display a marker symbol in conjunction with text. Any marker supported by the IMarkerSymbol interface can be used as the background. These include: ICharacterMarkerSymbol, ISimpleMarkerSymbol, IArrowMarkerSymbol, and IPictureMarkerSymbol. Use the ITextBackground interface to set additional properties for IMarkerTextBackground.
Set the MarkerSymbol you wish to use as a background using the Symbol property. The ScaleToFit property defaults to False--set this property to True if you want the Symbol to draw large enough to fit the entire text string. The Symbol object's Size property does not actually change, only its appearance when drawn.