This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INestedLegendItem Interface > INestedLegendItem.LeaderSymbol Property (ArcObjects .NET 10.4 SDK) |
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