ArcObjects Library Reference (Carto)  

ILegendItem2.LayerNameSymbol Property

Text symbol used to draw the layer name.

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

Parameters

Symbol [out, retval]

  Symbol is a parameter of type ITextSymbol

Symbol [in]

  Symbol is a parameter of type ITextSymbol

Product Availability

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

See Also

ILegendItem2 Interface