ArcObjects Library Reference (Display)  

ILineCallout.LeaderLine Property

The line symbol used to render the leader line.

[Visual Basic .NET]
Public Property LeaderLine As ILineSymbol
[C#]
public ILineSymbol LeaderLine {get; set;}
[C++]
HRESULT get_LeaderLine(
  ILineSymbol** LeaderLine
);
[C++]
HRESULT putref_LeaderLine(
  ILineSymbol* LeaderLine
);
[C++]

Parameters

LeaderLine [out, retval]

  LeaderLine is a parameter of type ILineSymbol

LeaderLine [in]

  LeaderLine is a parameter of type ILineSymbol

Product Availability

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

Description

LeaderLine is the line that connects the text to the anchor point. Any line supported by the ILineSymbol object can be used.

See Also

ILineCallout Interface