TextAnchor enumeration

TextAnchor enumeration

Specifies how text is horizontally aligned relative to a given point.

The TextAnchor type exposes the following members:

Fields

FieldDescription
STARTThe text is aligned to the start of the line.
MIDDLEThe text is aligned to the middle of the line.
ENDThe text is aligned to the end of the line.

See Also