TextSymbol
Base Type: Symbol
A class that contains a symbol that controls how text is displayed.
| Property | Type | Description | 
|---|---|---|
| Angle | double | The text baseline angle. | 
| BreakCharIndex | int | The character to be interpreted as text line end. | 
| CharacterSpacing | double | The character spacing. | 
| CharacterWidth | double | The character width. | 
| Clip | bool | Indicates if the text will be clipped per geometry. | 
| Color | The text color. | |
| FillSymbol | The fill symbol. | |
| FlipAngle | double | The flip angle. | 
| FontCharset | int | The character set used in the font, such as ANSI_CHARSET, DEFAULT_CHARSET, or SYMBOL_CHARSET. | 
| FontCharsetSpecified | bool | Indicates if FontCharset is specified. | 
| FontItalic | bool | Indicates whether the font is italicized. | 
| FontItalicSpecified | bool | Indicates if FontItalic is specified. | 
| FontName | string | The name of the font family. | 
| FontSizeHi | int | The point size of the font expressed in a 64-bit CY variable whose upper 32-bits contains the integer point size. | 
| FontSizeHiSpecified | bool | Indicates if FontSizeHi is defined. | 
| FontSizeLo | int | The point size of the font expressed in a 64-bit CY variable whose lower 32-bits contains the fractional point size. | 
| FontSizeLoSpecified | bool | Indicates if FontSizeLo is specified. | 
| FontStrikethrough | bool | Indicates whether the font is strikethrough. | 
| FontStrikethroughSpecified | bool | Indicates if FontStrikethrough is specified. | 
| FontUnderline | bool | Indicates whether the font is underlined. | 
| FontUnderlineSpecified | bool | Indicates if FontUnderline is specified. | 
| FontWeight | int | The boldness or weight of the font. | 
| FontWeightSpecified | bool | Indicates if FontWeight is specified. | 
| HorizontalAlignment | Horizontal alignment style. | |
| Kerning | bool | Indicates if kerning is on. | 
| Leading | double | The character leading. | 
| MaskSize | double | The mask size. | 
| MaskStyle | The mask style. | |
| MaskSymbol | The mask symbol. | |
| RightToLeft | bool | Indicates if the text is drawn from right to left. | 
| ShadowColor | The shadow color. | |
| ShadowXOffset | double | The shadow X offset. | 
| ShadowYOffset | double | The shadow Y offset. | 
| Size | double | The text size. | 
| Text | string | Text to draw. | 
| TextCase | The text case. | |
| TextDirection | The text direction. | |
| TextParserClass | string | Text Parser Class ID. | 
| TextPathClass | string | The path of text baseline. | 
| TextPosition | The text position. | |
| TypeSetting | bool | Indicates if typesetting is used. | 
| VerticalAlignment | The vertical alignment style. | |
| WordSpacing | double | The word spacing. | 
| XOffset | double | Text offset along X-axis. | 
| YOffset | double | Text offset along Y-axis. |