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


IEditAnnotationProperties.LeaderSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditAnnotationProperties Interface > IEditAnnotationProperties.LeaderSymbol Property
ArcGIS Developer Help

IEditAnnotationProperties.LeaderSymbol Property

Symbol used to draw a leader.

[Visual Basic .NET]
Public Property LeaderSymbol As ICallout
[C#]
public ICallout LeaderSymbol {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The LeaderSymbol property accepts objects that support ICalloutMarkerTextBackground objects cannot be used for the LeaderSymbol property.  This property is an application-level setting and is used in ArcMap to add a leader to an annotation feature if the annotation feature's symbol does not have one defined. 

See Also

IEditAnnotationProperties Interface