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


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

IFormattedTextSymbol.Background Property

The text background object.

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

Background is a parameter of type ITextBackground** Background [in]
Background is a parameter of type ITextBackground*

Product Availability

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

Description

Background is the object displayed behind the text. IBalloonCallout, ILineCallout, ISimpleLineCallout or IMarkerTextBackground can be used as backgrounds for text.

See Also

IFormattedTextSymbol Interface