GxStringAlignment

Description

The GxStringAlignment enumeration contains methods of horizontal text alignment.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Near. Text is aligned by the nearest edge. The nearest edge is left on aligning from left to right. The nearest edge is right on aligning from right to left.
1 Center. Text is aligned by the center of the arranging rectangle.
2 Far. Text is aligned by the furthest edge from the original position of the arranging rectangle. The furthest position is right on aligning from left to right. The furthest position is left on aligning from right to left.

See also:

Drawing Assembly Enumerations