ArcObjects Library Reference (Display)  

ITextBackground.TextSymbol Property

The text symbol.

[Visual Basic .NET]
Public Property TextSymbol As ITextSymbol
[C#]
public ITextSymbol TextSymbol {get; set;}
[C++]
HRESULT get_TextSymbol(
  ITextSymbol** textSym
);
[C++]
HRESULT putref_TextSymbol(
  ITextSymbol* textSym
);
[C++]

Parameters

textSym [out, retval]

  textSym is a parameter of type ITextSymbol

textSym [in]

  textSym is a parameter of type ITextSymbol

Product Availability

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

Description

The TextSymbol of which the Background is a property.

See Also

ITextBackground Interface