TextAlignment

TextAlignment enumeration

Enumeration of possible text alignment values.

public enum TextAlignment

Values

Name Value Description
Left 0 Align to left.
Center 1 Center alignment.
Right 2 Align to right.
Justify 3 Justify alignment. Text will be aligned on both left and right margins.

See Also