ESRI.ArcGIS.ADF.IMS
LeaderLength Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > CalloutMarkerSymbol Class : LeaderLength Property




Gets or sets the distance between the point and the call-out box.

Syntax

Visual Basic (Declaration) 
Public Property LeaderLength As Integer
Visual Basic (Usage)Copy Code
Dim instance As CalloutMarkerSymbol
Dim value As Integer
 
instance.LeaderLength = value
 
value = instance.LeaderLength
C# 
public int LeaderLength {get; set;}

Example

For an example, see the CalloutMarkerSymbol overview.

Remarks

The CalloutMarkerSymbol draws a leading line from the label toward the point labeled. This property specifies how far the label is drawn from the point, and hence how long the leader line is.

Default is 10 pixels.

See Also

© 2010 All Rights Reserved.