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


ITextBackground.TextSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextBackground Interface > ITextBackground.TextSymbol Property
ArcGIS Developer Help

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