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


ILegendItem2.HeadingSymbol Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ILegendItem2.HeadingSymbol Property

Text symbol used to draw the heading.

[Visual Basic .NET]
Public Property HeadingSymbol As ITextSymbol
[C#]
public ITextSymbol HeadingSymbol {get; set;}
[C++]
HRESULT get_HeadingSymbol(
  ITextSymbol** Symbol
);
[C++]
HRESULT put_HeadingSymbol(
  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