This document is archived and information here might be outdated. Recommended version. |
Symbol of the scale text.
[Visual Basic .NET] Public Property Symbol As ITextSymbol
[C#] public ITextSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
ITextSymbol* Symbol
);
[C++]
HRESULT put_Symbol(
ITextSymbol** Symbol
);
[C++] Parameters Symbol [in]
Symbol is a parameter of type ITextSymbol* Symbol [out, retval]
Symbol is a parameter of type ITextSymbol**