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




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

Syntax

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

Parameters

font
The font properties.
textCasing
Specifies the text casing for the label text.

Example

For an example of using TextSymbol, see the TextSymbol overview.

See Also

© 2010 All Rights Reserved.