ArcObjects Library Reference (Carto)  

ILegendClassFormat.DescriptionSymbol Property

Text symbol used to draw legend group descriptions.

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

ILegendClassFormat Interface