ArcObjects Library Reference (Carto)  

ILocatorRectangle.LeaderSymbol Property

The symbol used to render the leader line.

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

Parameters

Symbol [out, retval]

  Symbol is a parameter of type ISymbol

Symbol [in]

  Symbol is a parameter of type ISymbol

Product Availability

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

See Also

ILocatorRectangle Interface