This document is archived and information here might be outdated. Recommended version. |
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.