This document is archived and information here might be outdated.  Recommended version.


ILineCallout.LeaderLine Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineCallout Interface > ILineCallout.LeaderLine Property
ArcGIS Developer Help

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