ESRI.ArcGIS.ADF.IMS
LeaderLength Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.