ESRI.ArcGIS.ADF.IMS
CalloutMarkerSymbol Constructor(FontInfo,Color,Int32)
See Also 
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 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.

See Also

© 2010 All Rights Reserved.