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


IFormattedTextSymbol.Background Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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