This document is archived and information here might be outdated. Recommended version. |
The text symbol used to display the destination label.
[Visual Basic .NET] Public Property DestinationTextSymbol As ITextSymbol
[C#] public ITextSymbol DestinationTextSymbol {get; set;}
[C++]
HRESULT get_DestinationTextSymbol(
ITextSymbol** ppSymbol
);
[C++]
HRESULT putref_DestinationTextSymbol(
ITextSymbol* ppSymbol
);
[C++] Parameters ppSymbol [out, retval]
ppSymbol is a parameter of type ITextSymbol** ppSymbol [in]
ppSymbol is a parameter of type ITextSymbol*