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


ILabelStyle.Symbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILabelStyle.Symbol Property

The text symbol used to draw the label.

[Visual Basic .NET]
Public Property Symbol As ITextSymbol
[C#]
public ITextSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
  ITextSymbol** TextSymbol
);
[C++]
HRESULT putref_Symbol(
  ITextSymbol* TextSymbol
);
[C++]

Parameters TextSymbol [out, retval]
TextSymbol is a parameter of type ITextSymbol TextSymbol [in]
TextSymbol is a parameter of type ITextSymbol

Product Availability

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

See Also

ILabelStyle Interface