This document is archived and information here might be outdated.  Recommended version.


IACLabelRenderer.LabelSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IACLabelRenderer.LabelSymbol Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IACLabelRenderer Interface