This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingLayerLabels Interface > ITrackingLayerLabels.TextSymbol Property (ArcObjects .NET 10.4 SDK) |
Indicates settings for text symbol appearance as it appears as a label on the map display.
[Visual Basic .NET] Public Property TextSymbol As ITextSymbol
[C#] public ITextSymbol TextSymbol {get; set;}
[C++]
HRESULT get_TextSymbol(
ITextSymbol** ppiTextSymbol
);
[C++]
HRESULT putref_TextSymbol(
ITextSymbol* ppiTextSymbol
);
[C++]
Parameters ppiTextSymbol [out, retval]
ppiTextSymbol is a parameter of type ITextSymbol ppiTextSymbol [in]
ppiTextSymbol is a parameter of type ITextSymbol