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

Color

The text color.

FillSymbol

Symbol

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

esriTextHorizontalAlignment

Horizontal alignment style.

Kerning

bool

Indicates if kerning is on.

Leading

double

The character leading.

MaskSize

double

The mask size.

MaskStyle

esriMaskStyle

The mask style.

MaskSymbol

Symbol

The mask symbol.

RightToLeft

bool

Indicates if the text is drawn from right to left.

ShadowColor

Color

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

esriTextCase

The text case.

TextDirection

esriTextDirection

The text direction.

TextParserClass

string

Text Parser Class ID.

TextPathClass

string

The path of text baseline.

TextPosition

esriTextPosition

The text position.

TypeSetting

bool

Indicates if typesetting is used.

VerticalAlignment

esriTextVerticalAlignment

The vertical alignment style.

WordSpacing

double

The word spacing.

XOffset

double

Text offset along X-axis.

YOffset

double

Text offset along Y-axis.

11/8/2016