This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem2 Interface > ILegendItem2.LayerNameSymbol Property (ArcObjects .NET 10.5 SDK) |
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