This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextBackground Interface > ITextBackground.TextSymbol Property (ArcObjects .NET 10.4 SDK) |
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
The TextSymbol of which the Background is a property.