SimpleTextSymbol

Base Type: Symbol

A class for a simplified version of text symbol that controls how text is displayed.

Property

Type

Description

Angle

double

Text baseline angle.

BackgroundColor

Color

Text background color (Not in use).

Color

Color

Text color.

FontDecoration

esriFontDecoration

Font decoration.

FontDecorationSpecified

bool

Indication if FontDecoration is specified.

FontFamilyName

string

Font family name.

FontStyle

esriFontStyle

Font style.

FontStyleSpecified

bool

Indicates if FontStyle is specified.

FontWeight

esriFontWeight

Font weight.

FontWeightSpecified

bool

Indicates if FontWeight is specified.

HorizontalAlignment

esriSimpleTextHorizontalAlignment

Horizontal alignment style.

HorizontalAlignmentSpecified

bool

Indicates if HorizontalAlignment is specified.

OutlineColor

Color

Outline color of background (Not in use).

RightToLeft

bool

Indicates if the text is drawn from right to left.

Size

double

Text size.

SizeSpecified

bool

Indicates if Size is specified.

VerticalAlignment

esriSimpleTextVerticalAlignment

Vertical alignment style

VerticalAlignmentSpecified

bool

Indicates if VerticalAlignment is specified.

XOffset

double

Text offset along X-axis.

YOffset

double

Text offset along Y-axis.

11/8/2016