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


ILegendFormat.TitleSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILegendFormat.TitleSymbol Property

Text symbol used to draw the legend title.

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

ILegendFormat Interface