ArcObjects Library Reference (Carto)  

INestedLegendItem.LeaderSymbol Property

Symbol used to draw the leader lines.

[Visual Basic .NET]
Public Property LeaderSymbol As ILineSymbol
[C#]
public ILineSymbol LeaderSymbol {get; set;}
[C++]
HRESULT get_LeaderSymbol(
  ILineSymbol** Symbol
);
[C++]
HRESULT put_LeaderSymbol(
  ILineSymbol* Symbol
);
[C++]

Parameters

Symbol [out, retval]

  Symbol is a parameter of type ILineSymbol

Symbol [in]

  Symbol is a parameter of type ILineSymbol

Product Availability

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

See Also

INestedLegendItem Interface