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

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.