ESRI.ArcGIS.ADF.IMS
CalloutMarkerSymbol Constructor(FontInfo,Color,Int32)
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > CalloutMarkerSymbol Class > CalloutMarkerSymbol Constructor : CalloutMarkerSymbol Constructor(FontInfo,Color,Int32)




font
Specifies the font properties.
backColor
Background fill color of the call out box.
leaderLength
Length of the leader of the call out box.
Constructs a CalloutMarkerSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal font As FontInfo, _
   ByVal backColor As Color, _
   ByVal leaderLength As Integer _
)
Visual Basic (Usage)Copy Code
Dim font As FontInfo
Dim backColor As Color
Dim leaderLength As Integer
 
Dim instance As New CalloutMarkerSymbol(font, backColor, leaderLength)
C# 
public CalloutMarkerSymbol( 
   FontInfo font,
   Color backColor,
   int leaderLength
)

Parameters

font
Specifies the font properties.
backColor
Background fill color of the call out box.
leaderLength
Length of the leader of the call out box.

Remarks

For an example, see the CalloutMarkerSymbol overview.

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.