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




font
The font properties.
textCasing
Specifies the text casing for the label text.
backColor
The background color.
Constructs a TextSymbol object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal font As FontInfo, _
   ByVal textCasing As TextCasing, _
   ByVal backColor As Color _
)
Visual Basic (Usage)Copy Code
Dim font As FontInfo
Dim textCasing As TextCasing
Dim backColor As Color
 
Dim instance As New TextSymbol(font, textCasing, backColor)
C# 
public TextSymbol( 
   FontInfo font,
   TextCasing textCasing,
   Color backColor
)

Parameters

font
The font properties.
textCasing
Specifies the text casing for the label text.
backColor
The background color.

Example

For an example of using TextSymbol, see the TextSymbol 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.