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

See Also

© 2010 All Rights Reserved.