This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACLabelRenderer Interface > IACLabelRenderer.LabelSymbol Property (ArcObjects .NET 10.4 SDK) |
Text symbol used to draw the labels.
[Visual Basic .NET] Public Property LabelSymbol As IACSymbol
[C#] public IACSymbol LabelSymbol {get; set;}
[C++]
HRESULT get_LabelSymbol(
IACSymbol** Symbol
);
[C++]
HRESULT put_LabelSymbol(
IACSymbol* Symbol
);
[C++]
Parameters Symbol [out, retval]
Symbol is a parameter of type IACSymbol Symbol [in]
Symbol is a parameter of type IACSymbol