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.
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal font As FontInfo, _ ByVal textCasing As TextCasing _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TextSymbol( FontInfo font, TextCasing textCasing ) |
Parameters
- font
- The font properties.
- textCasing
- Specifies the text casing for the label text.
For an example of using TextSymbol, see the TextSymbol
overview.